File tree 2 files changed +4
-2
lines changed
src/Microsoft.DotNet.Wpf/src
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1294,8 +1294,7 @@ dotnet_diagnostic.SA0001.severity = none
1294
1294
dotnet_diagnostic.SA0002.severity = none
1295
1295
1296
1296
# SA1000: Spacing around keywords
1297
- # suggestion until https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3478 is resolved
1298
- dotnet_diagnostic.SA1000.severity = suggestion
1297
+ dotnet_diagnostic.SA1000.severity = warning
1299
1298
1300
1299
# SA1001: Commas should not be preceded by whitespace
1301
1300
dotnet_diagnostic.SA1001.severity = warning
Original file line number Diff line number Diff line change @@ -248,6 +248,9 @@ dotnet_diagnostic.IDE0300.severity = suggestion
248
248
# IDE1006: Naming Styles
249
249
dotnet_diagnostic.IDE1006.severity = suggestion
250
250
251
+ # SA1000: Spacing around keywords
252
+ dotnet_diagnostic.SA1000.severity = suggestion
253
+
251
254
# SA1400: Member should declare an access modifier
252
255
dotnet_diagnostic.SA1400.severity = suggestion
253
256
You can’t perform that action at this time.
0 commit comments