Skip to content

Commit

Permalink
Update rspec before release (#8074)
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource authored Sep 26, 2023
1 parent 9f23c46 commit 37dcfc2
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/S1301.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h2>Why is this an issue?</h2>
<p><code>switch</code> statements are useful when there are many different cases depending on the value of the same expression.</p>
<p>For just one or two cases however, the code will be more readable with <code>if</code> statements.</p>
<p>For just one or two cases, however, the code will be more readable with <code>if</code> statements.</p>
<h3>Noncompliant code example</h3>
<pre>
Select Case variable
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": "2023-09-15T08:16:01.410937900Z",
"latest-update": "2023-09-26T11:50:13.709546400Z",
"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": "2023-09-15T08:16:17.980191400Z",
"latest-update": "2023-09-26T11:50:28.755447400Z",
"options": {
"no-language-in-filenames": true
}
Expand Down

0 comments on commit 37dcfc2

Please sign in to comment.