Skip to content

Commit 6526fa8

Browse files
committed
Update StyleCop to 1.2.0-beta.406.
1 parent 39fa7c5 commit 6526fa8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ dotnet_diagnostic.SA1303.severity = none # Const fields should begin with upper-
9797
dotnet_diagnostic.SA1308.severity = none # Variable names should not be prefixed.
9898
dotnet_diagnostic.SA1310.severity = none # Field name should not contain an underscore.
9999
dotnet_diagnostic.SA1311.severity = none # Static readonly fields should begin with upper-case letter.
100+
dotnet_diagnostic.SA1402.severity = silent # File may only contain a single type.
100101
dotnet_diagnostic.SA1407.severity = none # Arithmetic expressions must declare precedence.
101102
dotnet_diagnostic.SA1408.severity = none # Conditional expressions should declare precedence.
102103
dotnet_diagnostic.SA1500.severity = none # Braces for multi-line statements should not share line.
@@ -112,3 +113,4 @@ dotnet_diagnostic.SA1623.severity = none # Property summary documentation shoul
112113
dotnet_diagnostic.SA1629.severity = none # Documentation text should end with a period.
113114
dotnet_diagnostic.SA1633.severity = none # File should have header.
114115
dotnet_diagnostic.SA1642.severity = none # Constructor summary documentation should begin with standard text.
116+
dotnet_diagnostic.SA1649.severity = silent # File name should match first type name

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
<PrivateAssets>all</PrivateAssets>
3535
</PackageReference>
36-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.376">
36+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.406">
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3838
<PrivateAssets>all</PrivateAssets>
3939
</PackageReference>

0 commit comments

Comments
 (0)