We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e41281 commit 3401f9bCopy full SHA for 3401f9b
src/.editorconfig
@@ -2,3 +2,6 @@
2
3
# SA1118: Parameter should not span multiple lines
4
dotnet_diagnostic.SA1118.severity = none
5
+
6
+# IDE0003: Remove qualification
7
+dotnet_diagnostic.IDE0003.severity = none
0 commit comments