Skip to content

Commit 060cf2d

Browse files
committed
simplify
1 parent 4caab15 commit 060cf2d

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

ValidCode/.editorconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,9 @@ dotnet_diagnostic.SA0001.severity = none
77
# Default severity for analyzer diagnostics with category 'Style'
88
dotnet_analyzer_diagnostic.category-Style.severity = none
99

10-
dotnet_diagnostic.CS0067.severity = none
11-
dotnet_diagnostic.CS0169.severity = none
12-
dotnet_diagnostic.CS0660.severity = none
13-
dotnet_diagnostic.CS0661.severity = none
14-
# CS8618: Non-nullable field is uninitialized. Consider declaring as nullable.
15-
dotnet_diagnostic.CS8618.severity = none
16-
17-
# CA1822: Mark members as static
1810
dotnet_diagnostic.CA1822.severity = none
19-
# CA2211: Non-constant fields should not be visible
2011
dotnet_diagnostic.CA2211.severity = none
2112

22-
# IDE0051: Remove unused private members
2313
dotnet_diagnostic.IDE0051.severity = none
24-
# IDE0052: Remove unread private members
2514
dotnet_diagnostic.IDE0052.severity = none
26-
# IDE0079: Remove unnecessary suppression
2715
dotnet_diagnostic.IDE0079.severity = none

ValidCode/GetMethod.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// ReSharper disable ReturnValueOfPureMethodIsNotUsed
2-
// ReSharper disable All
1+
// ReSharper disable All
32
namespace ValidCode;
43

54
using System;

0 commit comments

Comments
 (0)