File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -172,3 +172,20 @@ dotnet_diagnostic.IDE0046.severity = sugges
172172# Prefer standard constructors
173173csharp_style_prefer_primary_constructors = false
174174dotnet_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+
You can’t perform that action at this time.
0 commit comments