-
Notifications
You must be signed in to change notification settings - Fork 23
/
.editorconfig
23 lines (20 loc) · 969 Bytes
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[*.cs]
dotnet_diagnostic.CA1841.severity = error
# CS1591: Missing XML comment for publicly visible type or member
dotnet_diagnostic.CS1591.severity = none
dotnet_diagnostic.RCS1194.severity = none
dotnet_diagnostic.RCS1139.severity = none
dotnet_diagnostic.RCS1015.severity = error
dotnet_diagnostic.RCS1077.severity = error
dotnet_diagnostic.RCS1080.severity = error
dotnet_diagnostic.RCS1105.severity = error
dotnet_diagnostic.RCS1112.severity = error
dotnet_diagnostic.RCS1156.severity = error
dotnet_diagnostic.RCS1240.severity = error
dotnet_diagnostic.RCS1192.severity = error
csharp_style_namespace_declarations = file_scoped:error
resharper_arrange_object_creation_when_type_not_evident_highlighting = none
resharper_redundant_cast_highlighting=error
resharper_redundant_empty_object_creation_argument_list_highlighting = error
resharper_foreach_can_be_converted_to_query_using_another_get_enumerator = none
resharper_empty_statement_highlighting = error