Skip to content

Commit 7582fc1

Browse files
Update RSPEC before 9.30 release (#9537)
1 parent 3ea3868 commit 7582fc1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

analyzers/rspec/cs/S2971.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"title": "LINQ expressions should be simplified",
32
"type": "CODE_SMELL",
43
"code": {
54
"impacts": {
@@ -19,5 +18,6 @@
1918
"ruleSpecification": "RSPEC-2971",
2019
"sqKey": "S2971",
2120
"scope": "All",
22-
"quickfix": "unknown"
21+
"quickfix": "unknown",
22+
"title": "LINQ expressions should be simplified"
2323
}

analyzers/rspec/vbnet/S2358.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"title": "\"IsNot\" should be used instead of \"Not ... Is ...\"",
32
"type": "CODE_SMELL",
43
"code": {
54
"impacts": {
@@ -19,5 +18,6 @@
1918
"ruleSpecification": "RSPEC-2358",
2019
"sqKey": "S2358",
2120
"scope": "Main",
22-
"quickfix": "covered"
21+
"quickfix": "covered",
22+
"title": "\"IsNot\" should be used instead of \"Not ... Is ...\""
2323
}

analyzers/src/SonarAnalyzer.CSharp/sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"CSH"
55
],
6-
"latest-update": "2024-07-11T14:36:23.720511300Z",
6+
"latest-update": "2024-07-22T08:33:38.195882Z",
77
"options": {
88
"no-language-in-filenames": true
99
}

analyzers/src/SonarAnalyzer.VisualBasic/sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"VBNET"
55
],
6-
"latest-update": "2024-07-11T14:37:00.682263800Z",
6+
"latest-update": "2024-07-22T08:34:19.513816500Z",
77
"options": {
88
"no-language-in-filenames": true
99
}

0 commit comments

Comments
 (0)