Skip to content

Commit a30b179

Browse files
author
Gonzalo Diaz
committed
[CONFIG] .NET C# IDE0054 e IDE0074 supressed due clean code suggestion.
1 parent 7fbd289 commit a30b179

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,8 @@ dotnet_naming_rule.all_methods_must_be_camel_case.symbols = all_methods
5555
dotnet_naming_rule.all_methods_must_be_camel_case.style = camel_case_style
5656
# and setting the severity.
5757
dotnet_naming_rule.all_methods_must_be_camel_case.severity = warning
58+
59+
# Due clean code suggestion
60+
[*.{cs,vb}]
61+
dotnet_diagnostic.IDE0054.severity = none
62+
dotnet_diagnostic.IDE0074.severity = none

0 commit comments

Comments
 (0)