Skip to content

Commit 62e0569

Browse files
committed
Disable in compilers
1 parent db7da01 commit 62e0569

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ dotnet_diagnostic.IDE0060.severity = warning
253253
# IDE0060: Remove unused parameter
254254
dotnet_diagnostic.IDE0060.severity = none
255255

256+
[src/Compilers/**/*.{cs,vb}]
257+
258+
# CA1052: Static holder types should be Static or NotInheritable
259+
dotnet_diagnostic.CA1052.severity = none
260+
256261
[src/{Analyzers,CodeStyle,Features,Workspaces,EditorFeatures,VisualStudio}/**/*.{cs,vb}]
257262

258263
# IDE0011: Add braces

0 commit comments

Comments
 (0)