Add global AnalyzerConfig with default configuration (#13835)

* Add default global AnalyzerConfig

Add `microsoft.codeanalysis.netanalyzers\5.0.0-rtm.20502.2\editorconfig\AllRulesDefault\.editorconfig`

* Disable diagnostics for Microsoft.Management.UI.Internal

* Add IDE diagnostics to AnalyzerConfig

Copied from:
<3b6600cbef/eng/CodeAnalysis.ruleset> and converted using `RulesetToEditorconfigConverter.exe`
This commit is contained in:
xtqqczze 2020-10-26 16:11:09 +00:00 committed by GitHub
parent 9b39f05557
commit ab378f6236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1006 additions and 0 deletions

1003
.globalconfig Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,3 @@
is_global = true
dotnet_analyzer_diagnostic.severity = none