Suppress warnings in dependencies

wip/source-generators
copygirl 2 years ago
parent fc2cfdc8b4
commit 94bf1b4604
  1. 7
      .editorconfig

@ -15,6 +15,11 @@ dotnet_diagnostic.IDE0005.severity = suggestion
# IDE0047: Parentheses can be removed
dotnet_diagnostic.IDE0047.severity = none
[src/{FastNoiseLite,flecs-cs}/**]
# Suppress compiler and analyer warnings in dependencies.
dotnet_analyzer_diagnostic.severity = none
dotnet_diagnostic.IDE0005.severity = none
[*.md]
# Allows placing double-space at end of lines.
# Allows placing double-space at end of lines to force linebreaks.
trim_trailing_whitespace = false

Loading…
Cancel
Save