Skip to content

Commit 7727153

Browse files
Update RSpec (#9060)
1 parent d22fcfa commit 7727153

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

analyzers/rspec/vbnet/S6931.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "ASP.NET controller actions should not have a route template starting with \"\/\"",
33
"type": "CODE_SMELL",
4-
"status": "ready",
4+
"status": "deprecated",
55
"remediation": {
66
"func": "Constant\/Issue",
77
"constantCost": "5min"

analyzers/rspec/vbnet/Sonar_way_profile.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
"S6612",
156156
"S6613",
157157
"S6617",
158-
"S6930",
159-
"S6931"
158+
"S6930"
160159
]
161160
}

analyzers/src/SonarAnalyzer.CSharp/sonarpedia.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"CSH"
55
],
6-
"latest-update": "2024-04-02T09:21:59.841375500Z",
6+
"latest-update": "2024-04-10T14:51:35.375679600Z",
77
"options": {
88
"no-language-in-filenames": true
99
}

analyzers/src/SonarAnalyzer.VisualBasic/sonarpedia.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"VBNET"
55
],
6-
"latest-update": "2024-04-02T09:22:21.630674100Z",
6+
"latest-update": "2024-04-10T14:50:52.356430700Z",
77
"options": {
88
"no-language-in-filenames": true
99
}

0 commit comments

Comments
 (0)