Enable SA1007: Operator keyword should be followed by space (#14130)
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1007.md
This commit is contained in:
parent
c59fcf09c3
commit
d358c1c797
@ -1031,7 +1031,7 @@ dotnet_diagnostic.SA1005.severity = none
|
||||
dotnet_diagnostic.SA1006.severity = none
|
||||
|
||||
# SA1007: Operator keyword should be followed by space
|
||||
dotnet_diagnostic.SA1007.severity = none
|
||||
dotnet_diagnostic.SA1007.severity = warning
|
||||
|
||||
# SA1008: Opening parenthesis should be spaced correctly
|
||||
dotnet_diagnostic.SA1008.severity = none
|
||||
|
Loading…
Reference in New Issue
Block a user