Skip to content

Commit

Permalink
Update RSPEC before 9.32 release (#9633)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-marichal authored Aug 12, 2024
1 parent 5dd20a0 commit cc0ba76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analyzers/rspec/cs/S2325.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h4>Noncompliant code example</h4>
{
magicWord = value;
}
}
}

public int Sum(int a, int b) // Noncompliant - doesn't access instance data, only the method parameters
{
Expand Down
3 changes: 3 additions & 0 deletions analyzers/rspec/cs/S2674.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ <h3>Documentation</h3>
<ul>
<li> Microsoft Learn - <a href="https://learn.microsoft.com/en-us/dotnet/api/system.io.stream.read">Stream.Read Method</a> </li>
<li> Microsoft Learn - <a href="https://learn.microsoft.com/en-us/dotnet/api/system.io.stream.readasync">Stream.ReadAsync Method</a> </li>
<li> Microsoft Learn - <a href="https://learn.microsoft.com/en-us/dotnet/api/system.io.stream.readatleast">Stream.ReadAtLeast Method</a> </li>
<li> Microsoft Learn - <a href="https://learn.microsoft.com/en-us/dotnet/api/system.io.stream.readatleastasync">Stream.ReadAtLeastAsync Method</a>
</li>
</ul>

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-08-09T14:54:40.488733500Z",
"latest-update": "2024-08-12T11:40:49.039225500Z",
"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-08-09T14:53:52.215345700Z",
"latest-update": "2024-08-12T11:41:27.100932100Z",
"options": {
"no-language-in-filenames": true
}
Expand Down

0 comments on commit cc0ba76

Please sign in to comment.