Skip to content

Commit cc0ba76

Browse files
Update RSPEC before 9.32 release (#9633)
1 parent 5dd20a0 commit cc0ba76

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

analyzers/rspec/cs/S2325.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h4>Noncompliant code example</h4>
5050
{
5151
magicWord = value;
5252
}
53-
}
53+
}
5454

5555
public int Sum(int a, int b) // Noncompliant - doesn't access instance data, only the method parameters
5656
{

analyzers/rspec/cs/S2674.html

+3
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ <h3>Documentation</h3>
4949
<ul>
5050
<li> Microsoft Learn - <a href="https://learn.microsoft.com/en-us/dotnet/api/system.io.stream.read">Stream.Read Method</a> </li>
5151
<li> Microsoft Learn - <a href="https://learn.microsoft.com/en-us/dotnet/api/system.io.stream.readasync">Stream.ReadAsync Method</a> </li>
52+
<li> Microsoft Learn - <a href="https://learn.microsoft.com/en-us/dotnet/api/system.io.stream.readatleast">Stream.ReadAtLeast Method</a> </li>
53+
<li> Microsoft Learn - <a href="https://learn.microsoft.com/en-us/dotnet/api/system.io.stream.readatleastasync">Stream.ReadAtLeastAsync Method</a>
54+
</li>
5255
</ul>
5356

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

0 commit comments

Comments
 (0)