Skip to content

Commit

Permalink
Update RSpec (#9060)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Apr 10, 2024
1 parent d22fcfa commit 7727153
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion analyzers/rspec/vbnet/S6931.json
@@ -1,7 +1,7 @@
{
"title": "ASP.NET controller actions should not have a route template starting with \"\/\"",
"type": "CODE_SMELL",
"status": "ready",
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
Expand Down
3 changes: 1 addition & 2 deletions analyzers/rspec/vbnet/Sonar_way_profile.json
Expand Up @@ -155,7 +155,6 @@
"S6612",
"S6613",
"S6617",
"S6930",
"S6931"
"S6930"
]
}
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.CSharp/sonarpedia.json
Expand Up @@ -3,7 +3,7 @@
"languages": [
"CSH"
],
"latest-update": "2024-04-02T09:21:59.841375500Z",
"latest-update": "2024-04-10T14:51:35.375679600Z",
"options": {
"no-language-in-filenames": true
}
Expand Down
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.VisualBasic/sonarpedia.json
Expand Up @@ -3,7 +3,7 @@
"languages": [
"VBNET"
],
"latest-update": "2024-04-02T09:22:21.630674100Z",
"latest-update": "2024-04-10T14:50:52.356430700Z",
"options": {
"no-language-in-filenames": true
}
Expand Down

0 comments on commit 7727153

Please sign in to comment.