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 f023632 commit 66d1bffCopy full SHA for 66d1bff
src/.editorconfig
@@ -43,6 +43,9 @@ dotnet_diagnostic.CA1050.severity = none
43
# Use Literals Where Appropriate
44
dotnet_diagnostic.CA1802.severity = error
45
46
+# Template should be a static expression
47
+dotnet_diagnostic.CA2254.severity = error
48
+
49
# Potentially misleading parameter name in lambda or local function
50
resharper_all_underscore_local_parameter_name_highlighting = none
51
0 commit comments