We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbd289 commit a30b179Copy full SHA for a30b179
.editorconfig
@@ -55,3 +55,8 @@ dotnet_naming_rule.all_methods_must_be_camel_case.symbols = all_methods
55
dotnet_naming_rule.all_methods_must_be_camel_case.style = camel_case_style
56
# and setting the severity.
57
dotnet_naming_rule.all_methods_must_be_camel_case.severity = warning
58
+
59
+# Due clean code suggestion
60
+[*.{cs,vb}]
61
+dotnet_diagnostic.IDE0054.severity = none
62
+dotnet_diagnostic.IDE0074.severity = none
0 commit comments