diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index f9a71c70ee..ab5d3d9dd1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -527,3 +527,6 @@ dotnet_diagnostic.CA2234.severity = suggestion # disable warning xUnit1028: Test methods must have a supported return type. dotnet_diagnostic.xUnit1028.severity = none + +# CA1826: Do not use Enumerable methods on indexable collections +dotnet_diagnostic.CA1826.severity = suggestion |
