Skip to content

Commit

Permalink
update rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-georgiou-sonarsource committed Jul 22, 2024
1 parent 3ea3868 commit cfca8f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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"
}
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

0 comments on commit cfca8f9

Please sign in to comment.