Add analyzer and frontend lint guardrails
This commit is contained in:
7
.editorconfig
Normal file
7
.editorconfig
Normal file
@@ -0,0 +1,7 @@
|
||||
root = true
|
||||
|
||||
[*.cs]
|
||||
dotnet_diagnostic.CA1707.severity = none
|
||||
dotnet_diagnostic.CA1852.severity = none
|
||||
dotnet_diagnostic.CA1825.severity = none
|
||||
dotnet_diagnostic.CA1861.severity = none
|
||||
Reference in New Issue
Block a user