Skip to content

Commit

Permalink
Improve .editorconfig exceptions. Remove false-positive warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrietataru committed Aug 26, 2024
1 parent 9f8aa95 commit b58a298
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -858,13 +858,21 @@ dotnet_diagnostic.CA1812.severity = none
dotnet_diagnostic.CA1812.severity = none
[**[Tt]est{s,}**.cs]
dotnet_diagnostic.CA1812.severity = none
[**[Vv]alidator{s,}**.cs]
dotnet_diagnostic.CA1812.severity = none
## CA1819: Properties should not return arrays
[**[Dd][Tt][Oo]{S,s,}**.cs]
dotnet_diagnostic.CA1819.severity = none
[**[Ee]ntit{y,i}{e,}{s,}**.cs]
dotnet_diagnostic.CA1819.severity = none
[**[Mm]odel{s,}**.cs]
dotnet_diagnostic.CA1819.severity = none
## CA1859: Use concrete types when possible for improved performance
[**[Tt]est{s,}**.cs]
dotnet_diagnostic.CA1859.severity = none
## CA2213: Disposable fields should be disposed
[**[Ii]ntegration[Tt]est{s,}**.cs]
dotnet_diagnostic.CA2213.severity = none
## CA2214: Do not call overridable methods in constructors
[**[Pp]rofile.cs]
dotnet_diagnostic.CA2214.severity = none
Expand Down

0 comments on commit b58a298

Please sign in to comment.