Skip to content

Commit

Permalink
Silence warning when multiple class in same file
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraziano committed Sep 25, 2024
1 parent 5609e97 commit 9cf45ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ dotnet_diagnostic.IDE0290.severity = silent
MA0051.maximum_lines_per_method = 120
MA0051.maximum_statements_per_method = 80

# Only validate the first type in a file
MA0048.only_validate_first_type = true

# MA0110: Use the Regex source generator
# Not supported in netstandard 2.0 and 2.1
# so can't be used in this project
Expand Down

0 comments on commit 9cf45ad

Please sign in to comment.