Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RSPEC before 9.30 release #9537

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions analyzers/rspec/cs/S2971.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "LINQ expressions should be simplified",
"type": "CODE_SMELL",
"code": {
"impacts": {
Expand All @@ -19,5 +18,6 @@
"ruleSpecification": "RSPEC-2971",
"sqKey": "S2971",
"scope": "All",
"quickfix": "unknown"
"quickfix": "unknown",
"title": "LINQ expressions should be simplified"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did this moved itself down?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title field was extracted in it's own metadata file since now also a Dart rule has been added for the same Id.
When metadata for csharp are merged with common metadata it adds the title at the end.

}
4 changes: 2 additions & 2 deletions analyzers/rspec/vbnet/S2358.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"title": "\"IsNot\" should be used instead of \"Not ... Is ...\"",
"type": "CODE_SMELL",
"code": {
"impacts": {
Expand All @@ -19,5 +18,6 @@
"ruleSpecification": "RSPEC-2358",
"sqKey": "S2358",
"scope": "Main",
"quickfix": "covered"
"quickfix": "covered",
"title": "\"IsNot\" should be used instead of \"Not ... Is ...\""
}
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.CSharp/sonarpedia.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"languages": [
"CSH"
],
"latest-update": "2024-07-11T14:36:23.720511300Z",
"latest-update": "2024-07-22T08:33:38.195882Z",
"options": {
"no-language-in-filenames": true
}
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.VisualBasic/sonarpedia.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"languages": [
"VBNET"
],
"latest-update": "2024-07-11T14:37:00.682263800Z",
"latest-update": "2024-07-22T08:34:19.513816500Z",
"options": {
"no-language-in-filenames": true
}
Expand Down
Loading