Skip to content

Commit 5571706

Browse files
authored
chore: [CSharpier] Incompatible rules deactivated
Signed-off-by: Martin Stühmer <me@samtrion.net>
1 parent bdbfc36 commit 5571706

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

configurations/global.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,20 @@ dotnet_diagnostic.IDE0046.severity = sugges
172172
# Prefer standard constructors
173173
csharp_style_prefer_primary_constructors = false
174174
dotnet_diagnostic.IDE0290.severity = suggestion
175+
176+
# [CSharpier] Incompatible rules deactivated
177+
# https://csharpier.com/docs/IntegratingWithLinters#code-analysis-rules
178+
dotnet_diagnostic.IDE0055.severity = none
179+
dotnet_diagnostic.SA1000.severity = none
180+
dotnet_diagnostic.SA1009.severity = none
181+
dotnet_diagnostic.SA1111.severity = none
182+
dotnet_diagnostic.SA1118.severity = none
183+
dotnet_diagnostic.SA1137.severity = none
184+
dotnet_diagnostic.SA1413.severity = none
185+
dotnet_diagnostic.SA1500.severity = none
186+
dotnet_diagnostic.SA1501.severity = none
187+
dotnet_diagnostic.SA1502.severity = none
188+
dotnet_diagnostic.SA1504.severity = none
189+
dotnet_diagnostic.SA1515.severity = none
190+
dotnet_diagnostic.SA1516.severity = none
191+

0 commit comments

Comments
 (0)