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 a137e39 commit da9f26dCopy full SHA for da9f26d
distribution/dotnet8/sample/.editorconfig
@@ -41,9 +41,11 @@
41
# StyleCop
42
# https://github.com/DotNetAnalyzers/StyleCopAnalyzers
43
44
+# SonarAnalyzer.CSharp
45
+# https://rules.sonarsource.com/csharp
46
+
47
+dotnet_diagnostic.S1075.severity = none # Refactor your code not to use hardcoded absolute paths or URIs
48
49
##########################################
50
# Custom - Code Analyzers Rules
51
-
-dotnet_diagnostic.S1075.severity = none # Refactor your code not to use hardcoded absolute paths or URIs
0 commit comments