diff --git a/server/src/FilterLists.Data/.editorconfig b/server/src/FilterLists.Data/.editorconfig index ca43598c8..4c78416f4 100644 --- a/server/src/FilterLists.Data/.editorconfig +++ b/server/src/FilterLists.Data/.editorconfig @@ -2,3 +2,6 @@ # CA2227: Collection properties should be read only dotnet_diagnostic.CA2227.severity = none + +# CA1056: Uri properties should not be strings +dotnet_diagnostic.CA1056.severity = none