mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
mv editorconfig to project level due to no hierarchical support
https://docs.microsoft.com/en-us/visualstudio/code-quality/configure-fxcop-analyzers?view=vs-2019#per-project-configuration
This commit is contained in:
parent
54a5dee7c8
commit
979632b48d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
[*.cs]
|
||||
|
||||
# CA1814: Prefer jagged arrays over multidimensional
|
||||
# https://github.com/dotnet/efcore/issues/11190#issuecomment-372059600
|
||||
dotnet_diagnostic.CA1814.severity = none
|
||||
Loading…
Reference in a new issue