Skip to content

Commit

Permalink
chore: Suppress CA2227 - Collection properties should be read only
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkallesen committed Feb 19, 2024
1 parent 04478a8 commit b757b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ dotnet_diagnostic.S1135.severity = suggestion # https://github.com/atc-net
dotnet_diagnostic.CA1002.severity = suggestion # Do not expose generic lists - https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1002
dotnet_diagnostic.CA1812.severity = suggestion # Avoid uninstantiated internal classes - https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1812
dotnet_diagnostic.CA1848.severity = suggestion # LoggerMessage delegates instead of calling
dotnet_diagnostic.CA2227.severity = suggestion # Collection properties should be read only
dotnet_diagnostic.CA2254.severity = suggestion # Logging message template
dotnet_diagnostic.CA1854.severity = suggestion # Use TryGetValue over ContainsKey and dictionary index accesser

Expand Down

0 comments on commit b757b6b

Please sign in to comment.