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:
xtqqczze 2020-11-19 06:08:52 +00:00 committed by GitHub
parent c59fcf09c3
commit d358c1c797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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