mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
suppress CA2227 in Data proj
This commit is contained in:
parent
1198ca56d4
commit
aaf395b190
1 changed files with 4 additions and 0 deletions
4
server/src/FilterLists.Data/.editorconfig
Normal file
4
server/src/FilterLists.Data/.editorconfig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[*.cs]
|
||||
|
||||
# CA2227: Collection properties should be read only
|
||||
dotnet_diagnostic.CA2227.severity = none
|
||||
Loading…
Reference in a new issue