Skip to content

Commit da9f26d

Browse files
author
Per Kops
committed
fix: fix s1075 suppression
1 parent a137e39 commit da9f26d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

distribution/dotnet8/sample/.editorconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@
4141
# StyleCop
4242
# https://github.com/DotNetAnalyzers/StyleCopAnalyzers
4343

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
4448

4549
##########################################
4650
# Custom - Code Analyzers Rules
4751
##########################################
48-
49-
dotnet_diagnostic.S1075.severity = none # Refactor your code not to use hardcoded absolute paths or URIs

0 commit comments

Comments
 (0)