Skip to content

Commit 03644c9

Browse files
committed
Temporarily switch modifier preference to silent
Needs dotnet/roslyn#52904 to be fixed
1 parent 5591ddb commit 03644c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:silent
6262
dotnet_style_parentheses_in_other_operators = never_if_unnecessary:silent
6363
dotnet_style_parentheses_in_relational_binary_operators = always_for_clarity:silent
6464

65-
# Modifier preferences
66-
dotnet_style_require_accessibility_modifiers = for_non_interface_members:warning
65+
# Modifier preferences (set to silent until https://github.com/dotnet/roslyn/issues/52904 is resolved)
66+
dotnet_style_require_accessibility_modifiers = for_non_interface_members:silent
6767

6868
# Code block preferences
6969
dotnet_style_allow_multiple_blank_lines_experimental = false:warning

0 commit comments

Comments
 (0)