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 c6ac9d6 commit cb35354Copy full SHA for cb35354
dotnetv4/.editorconfig
@@ -164,4 +164,6 @@ dotnet_diagnostic.S1118.severity = none
164
# S1104: Disable encapsulation warnings.
165
dotnet_diagnostic.S1104.severity = none
166
# S1854: Disable unused variable warnings.
167
-dotnet_diagnostic.S1854.severity = none
+dotnet_diagnostic.S1854.severity = none
168
+# SA1401: Disable encapsulation warnings.
169
+dotnet_diagnostic.SA1401.severity = none
0 commit comments