Enable SA1205: Partial elements should declare access (#14441)

https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1205.md
This commit is contained in:
xtqqczze 2020-12-24 03:12:42 +00:00 committed by GitHub
parent 9d4665f32f
commit 281b437a65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1232,7 +1232,7 @@ dotnet_diagnostic.SA1203.severity = none
dotnet_diagnostic.SA1204.severity = none
# SA1205: Partial elements should declare access
dotnet_diagnostic.SA1205.severity = none
dotnet_diagnostic.SA1205.severity = warning
# SA1206: Declaration keywords should follow order
dotnet_diagnostic.SA1206.severity = none