-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.globalconfig
More file actions
27 lines (18 loc) · 735 Bytes
/
Copy path.globalconfig
File metadata and controls
27 lines (18 loc) · 735 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
is_global = true
dotnet_diagnostic.MA0048.severity = none
# Type name should not match containing namespace
dotnet_diagnostic.MA0049.severity = warning
# Use Task.ConfigureAwait(false) if the current SynchronizationContext is not needed
dotnet_diagnostic.MA0004.severity = none
# Fix TODO comment
dotnet_diagnostic.MA0026.severity = suggestion
# Method is too long
dotnet_diagnostic.MA0051.severity = suggestion
# Remove the unused internal class
dotnet_diagnostic.S1144.severity = suggestion
# Track uses of "TODO" tags
dotnet_diagnostic.S1135.severity = suggestion
# logging performance
dotnet_diagnostic.CA1848.severity = none
# Add at least one assertion to this test case.
dotnet_diagnostic.S2699.severity = suggestion