Skip to content

Commit eb49fc5

Browse files
committed
set the rule to the suggestion level due to not being able to rename a file
1 parent 83a8ea6 commit eb49fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ dotnet_diagnostic.SA1651.severity = error
346346
dotnet_diagnostic.SA1648.severity = error
347347

348348
# SA1649: File name should match first type name
349-
dotnet_diagnostic.SA1649.severity = error
349+
dotnet_diagnostic.SA1649.severity = suggestion
350350

351351
# SA1640: File header should have valid company text
352352
dotnet_diagnostic.SA1640.severity = error

0 commit comments

Comments
 (0)