Skip to content

Commit d85e430

Browse files
authored
fix: Removed StyleCop Analyzer rules (#303)
we are not using StyleCop Signed-off-by: Martin Stühmer <me@samtrion.net>
1 parent 4443149 commit d85e430

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/NetEvolve.Defaults/configurations/editorconfig.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -267,18 +267,6 @@ dotnet_diagnostic.IDE0290.severity = sugges
267267
# [CSharpier] Incompatible rules deactivated
268268
# https://csharpier.com/docs/IntegratingWithLinters#code-analysis-rules
269269
dotnet_diagnostic.IDE0055.severity = none
270-
dotnet_diagnostic.SA1000.severity = none
271-
dotnet_diagnostic.SA1009.severity = none
272-
dotnet_diagnostic.SA1111.severity = none
273-
dotnet_diagnostic.SA1118.severity = none
274-
dotnet_diagnostic.SA1137.severity = none
275-
dotnet_diagnostic.SA1413.severity = none
276-
dotnet_diagnostic.SA1500.severity = none
277-
dotnet_diagnostic.SA1501.severity = none
278-
dotnet_diagnostic.SA1502.severity = none
279-
dotnet_diagnostic.SA1504.severity = none
280-
dotnet_diagnostic.SA1515.severity = none
281-
dotnet_diagnostic.SA1516.severity = none
282270

283271
# Support for NetEvolve.Arguments Methods
284272
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1062#null-check-validation-methods

0 commit comments

Comments
 (0)