Skip to content

Commit

Permalink
Suppress IDE namespace warning (#76077)
Browse files Browse the repository at this point in the history
We don't follow this convention in the compiler.
  • Loading branch information
333fred authored Nov 25, 2024
1 parent 2a1029c commit 0752c16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Compilers/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ dotnet_diagnostic.IDE0170.severity = suggestion
# IDE0090: Simplify new expression
dotnet_diagnostic.IDE0090.severity = none

# IDE0130: Namespaces should match folder structure
dotnet_diagnostic.IDE0130.severity = none

# CSharp code style settings:
[*.cs]
csharp_style_var_for_built_in_types = false:none
Expand Down

0 comments on commit 0752c16

Please sign in to comment.