We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe9a49 commit 3894e1dCopy full SHA for 3894e1d
.editorconfig
@@ -68,6 +68,15 @@ end_of_line = lf
68
[Makefile]
69
indent_style = tab
70
71
+##########################################
72
+# Default .NET Code Style Severities
73
+# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/configuration-options#scope
74
75
+
76
+[*.{cs,csx,cake,vb,vbx}]
77
+# Default Severity for all .NET Code Style rules below
78
+dotnet_analyzer_diagnostic.category-style.severity = warning
79
80
##########################################
81
# Language Rules
82
# https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/language-rules
0 commit comments