mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
disable SA1101
ref https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/530#issuecomment-81247794
This commit is contained in:
parent
2d58a3c9be
commit
d62661c3c6
1 changed files with 4 additions and 0 deletions
4
server/.editorconfig
Normal file
4
server/.editorconfig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[*.cs]
|
||||
|
||||
# SA1101: Prefix local calls with this
|
||||
dotnet_diagnostic.SA1101.severity = none
|
||||
Loading…
Reference in a new issue