Skip to content

Commit

Permalink
Remove terms 'SonarC#' and 'SonarVB' from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-zurn-sonarsource authored and andrei-epure-sonarsource committed Mar 27, 2020
1 parent 13e68df commit 8192667
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/false-positive---false-negative.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please provide a description of any known workarounds.

### Related information

* SonarC# Version
* C#/VB.NET Plugins Version
* Visual Studio Version
* MSBuild / dotnet version
* If running through the Scanner for MSBuild, its version
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/the-analyzer-is-crashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please provide a description of any known workarounds.

### Related information

* SonarC# Version
* C#/VB.NET Plugins Version
* Visual Studio Version
* MSBuild / dotnet version
* If running through the Scanner for MSBuild, its version
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SonarC\# and SonarVB
# Code Quality and Security for C\# and VB.NET

[![Build Status](https://sonarsource.visualstudio.com/DotNetTeam%20Project/_apis/build/status/Sonar.Net?branchName=master)](https://sonarsource.visualstudio.com/DotNetTeam%20Project/_build/latest?definitionId=77&branchName=master)

Expand All @@ -7,8 +7,8 @@
|Analyzer|[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=sonaranalyzer-dotnet&metric=alert_status)](https://sonarcloud.io/dashboard?id=sonaranalyzer-dotnet)|[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=sonaranalyzer-dotnet&metric=coverage)](https://sonarcloud.io/component_measures?id=sonaranalyzer-dotnet&metric=coverage)|
|Plugin|[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=org.sonarsource.dotnet%3Asonar-csharp&metric=alert_status)](https://sonarcloud.io/dashboard?id=org.sonarsource.dotnet%3Asonar-csharp)|[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=org.sonarsource.dotnet%3Asonar-csharp&metric=coverage)](https://sonarcloud.io/component_measures?id=org.sonarsource.dotnet%3Asonar-csharp&metric=coverage)|

SonarC# and SonarVB are [static code analyzers](https://en.wikipedia.org/wiki/Static_program_analysis) for the C# and VB.​NET
languages and are part of the [SonarQube](http://www.sonarqube.org/), [SonarCloud](https://sonarcloud.io) and [SonarLint](https://www.sonarlint.org/) code quality and security products. These analyzers allow you to produce safe, reliable and maintainable code by helping you find and correct bugs, vulnerabilities and code smells in your codebase.
[Static analysis](https://en.wikipedia.org/wiki/Static_program_analysis) of C# and VB.NET
languages in [SonarQube](http://www.sonarqube.org/), [SonarCloud](https://sonarcloud.io) and [SonarLint](https://www.sonarlint.org/) code quality and security products. These analyzers allow you to produce safe, reliable and maintainable code by helping you find and correct bugs, vulnerabilities and code smells in your codebase.

## Features

Expand Down
2 changes: 1 addition & 1 deletion THIRD-PARTY-NOTICES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SonarC# uses third-party libraries or other resources that may be distributed under licenses different than the SonarC# software.
C# and VB.NET code analyzers uses third-party libraries or other resources that may be distributed under licenses different than the C# and VB.NET code analyzer softwares.

In the event that we accidentally failed to list a required notice, please bring it to our attention by posting an issue.

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing-analyzer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building, Testing and Debugging the .NET Analyzer

All C# and VB .NET analyzers present in SonarLint for Visual Studio, in the SonarQube SonarC# Plugin or in the SonarQube SonarVB plugin are being developed here. These analyzers rely on Roslyn 1.3.2 API.
All C# and VB.NET code analyzers present in SonarLint for Visual Studio, SonarQube and SonarCloud are being developed here. These analyzers rely on Roslyn 1.3.2 API.

## Working with the code

Expand Down
2 changes: 1 addition & 1 deletion docs/issues.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Issue tracking

All issues for SonarC\# and SonarVB are tracked using [GitHub Issues](https://github.com/SonarSource/sonar-dotnet/issues).
All issues for C# and VB.NET code analyzers are tracked using [GitHub Issues](https://github.com/SonarSource/sonar-dotnet/issues).

You're welcome to submit any issue that you've found using the C# and VB.NET code analyzers in:

Expand Down
4 changes: 2 additions & 2 deletions sonar-csharp-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SonarC# plugin
# Code Quality and Security for C\#

This folder contains the code specific to the C# plugin for SonarQube.
This folder contains the code specific to the C# plugin for SonarLint, SonarQube, and SonarCloud.

To get more information please read the repository main [README](../README.md).
2 changes: 1 addition & 1 deletion sonar-csharp-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
<configuration>
<pluginName>SonarC#</pluginName>
<pluginName>C# Code Quality and Security</pluginName>
<pluginClass>org.sonar.plugins.csharp.CSharpPlugin</pluginClass>
<skipDependenciesPackaging>true</skipDependenciesPackaging>
<sonarLintSupported>false</sonarLintSupported>
Expand Down
4 changes: 2 additions & 2 deletions sonar-dotnet-shared-library/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Common code for C# and VB.Net SonarQube plugins
# Common code for C\# and VB.NET SonarQube plugins

This folder contains the common code for SonarC# and SonarVB SonarQube plugins.
This folder contains the common code for the C# and VB.NET plugins for SonarLint, SonarQube, and SonarCloud.

To get more information please read the repository main [README](../README.md).
4 changes: 2 additions & 2 deletions sonar-vbnet-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SonarVB plugin
# Code Quality and Security for VB.NET

This folder contains the code specific to the VB.NET plugin for SonarQube.
This folder contains the code specific to the VB.NET plugin for SonarLint, SonarQube, and SonarCloud.

To get more information please read the repository main [README](../README.md).
2 changes: 1 addition & 1 deletion sonar-vbnet-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
<configuration>
<pluginName>SonarVB</pluginName>
<pluginName>VB.NET Code Quality and Security</pluginName>
<pluginClass>org.sonar.plugins.vbnet.VbNetPlugin</pluginClass>
<skipDependenciesPackaging>true</skipDependenciesPackaging>
<sonarLintSupported>false</sonarLintSupported>
Expand Down

0 comments on commit 8192667

Please sign in to comment.