mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00
24 lines
792 B
INI
24 lines
792 B
INI
root = false
|
|
[*.cs]
|
|
|
|
# Default severity for analyzer diagnostics with category 'StyleCop.CSharp.DocumentationRules'
|
|
dotnet_analyzer_diagnostic.category-StyleCop.CSharp.DocumentationRules.severity = none
|
|
|
|
# CA1707: Identifiers should not contain underscores
|
|
dotnet_diagnostic.CA1707.severity = none
|
|
|
|
# SA1200: Using directives should be placed correctly
|
|
dotnet_diagnostic.SA1200.severity = none
|
|
|
|
# CS1591: Missing XML comment for publicly visible type or member
|
|
dotnet_diagnostic.CS1591.severity = none
|
|
|
|
# SA1210: Using directives should be ordered alphabetically by namespace
|
|
dotnet_diagnostic.SA1210.severity = none
|
|
|
|
# CA1034: Nested types should not be visible
|
|
dotnet_diagnostic.CA1034.severity = none
|
|
|
|
# CA2000: Dispose objects before losing scope
|
|
dotnet_diagnostic.CA2000.severity = none
|