Skip to content

Commit

Permalink
Update RSPEC before 9.25 release (#9246)
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-georgiou-sonarsource committed May 3, 2024
1 parent bc4c63b commit 75e3904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analyzers/rspec/vbnet/S2951.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "VB.Net: \"Exit Select\" statements should not be used redundantly",
"title": "\"Exit Select\" statements should not be used redundantly",
"type": "CODE_SMELL",
"code": {
"impacts": {
Expand Down
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-04-18T15:52:37.202657800Z",
"latest-update": "2024-05-03T12:37:25.615487700Z",
"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-04-18T15:53:39.716835900Z",
"latest-update": "2024-05-03T12:37:47.532480600Z",
"options": {
"no-language-in-filenames": true
}
Expand Down

0 comments on commit 75e3904

Please sign in to comment.