mirror of
https://github.com/Radarr/Radarr
synced 2026-01-24 08:23:54 +01:00
fix: disable SA1200 StyleCop rule to match stylecop.json config
This commit is contained in:
parent
ef296bc95e
commit
713134df02
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ dotnet_diagnostic.IDE0018.severity = error
|
|||
|
||||
# Stylecop Rules
|
||||
dotnet_diagnostic.SA0001.severity = none
|
||||
dotnet_diagnostic.SA1200.severity = none
|
||||
dotnet_diagnostic.SA1025.severity = none
|
||||
dotnet_diagnostic.SA1101.severity = none
|
||||
dotnet_diagnostic.SA1116.severity = none
|
||||
|
|
|
|||
Loading…
Reference in a new issue