mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
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:
parent
9b39f05557
commit
ab378f6236
1003
.globalconfig
Normal file
1003
.globalconfig
Normal file
File diff suppressed because it is too large
Load Diff
3
src/Microsoft.Management.UI.Internal/.globalconfig
Normal file
3
src/Microsoft.Management.UI.Internal/.globalconfig
Normal file
@ -0,0 +1,3 @@
|
||||
is_global = true
|
||||
|
||||
dotnet_analyzer_diagnostic.severity = none
|
Loading…
Reference in New Issue
Block a user