forked from Yoooi0/MultiFunPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
28 lines (19 loc) · 806 Bytes
/
.editorconfig
File metadata and controls
28 lines (19 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[*.cs]
# RCS1001: Add braces (when expression spans over multiple lines).
dotnet_diagnostic.RCS1001.severity = none
# RCS1090: Add call to 'ConfigureAwait' (or vice versa).
dotnet_diagnostic.RCS1090.severity = none
# CA1822: Mark members as static
dotnet_diagnostic.CA1822.severity = none
# IDE0046: Convert to conditional expression
dotnet_diagnostic.IDE0046.severity = none
# RCS1123: Add parentheses when necessary.
dotnet_diagnostic.RCS1123.severity = none
# RCS1163: Unused parameter.
dotnet_diagnostic.RCS1163.severity = silent
# IDE0060: Remove unused parameter
dotnet_diagnostic.IDE0060.severity = silent
# RCS1202: Avoid NullReferenceException.
dotnet_diagnostic.RCS1202.severity = silent
# SYSLIB1045: Convert to 'GeneratedRegexAttribute'.
dotnet_diagnostic.SYSLIB1045.severity = silent