-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
12 lines (11 loc) · 839 Bytes
/
.editorconfig
File metadata and controls
12 lines (11 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
[*]
indent_style = tab
dotnet_diagnostic.CA1034.severity = none # CA1034: Nested types should not be visible
dotnet_diagnostic.CA1054.severity = none # CA1054: Uri parameters should not be strings
dotnet_diagnostic.CA1303.severity = none # CA1303: Do not pass literals as localized parameters
dotnet_diagnostic.CA1305.severity = none # CA1305: Specify IFormatProvider
dotnet_diagnostic.CA1308.severity = none # CA1308: Normalize strings to uppercase
dotnet_diagnostic.CA1819.severity = none # CA1819: Properties should not return arrays
dotnet_diagnostic.CA2007.severity = none # CA2007: Consider calling ConfigureAwait on the awaited task
dotnet_diagnostic.CA2229.severity = none # CA2229: Implement serialization constructors
dotnet_diagnostic.CS1591.severity = none # CS1591: Missing XML comment for publicly visible type or member