File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -422,9 +422,6 @@ dotnet_naming_rule.parameters_rule.symbols = parameters_group
422
422
dotnet_naming_rule.parameters_rule.style = camel_case_style
423
423
dotnet_naming_rule.parameters_rule.severity = warning
424
424
425
-
426
- dotnet_diagnostics.CA1857.severity = none
427
- dotnet_diagnostics.CA1859.severity = none
428
425
# #########################################
429
426
# License
430
427
# #########################################
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<RuleSet Name =" ImageSharp" ToolsVersion =" 17.0" >
3
3
<Include Path =" ..\shared-infrastructure\sixlabors.ruleset" Action =" Default" />
4
+ <Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp.NetAnalyzers" RuleNamespace =" Microsoft.CodeAnalysis.CSharp.NetAnalyzers" >
5
+ <Rule Id =" CA1857" Action =" None" />
6
+ <Rule Id =" CA1859" Action =" None" />
7
+ </Rules >
4
8
<Rules AnalyzerId =" StyleCop.Analyzers" RuleNamespace =" StyleCop.Analyzers" >
5
9
<Rule Id =" SA1011" Action =" None" />
6
10
</Rules >
7
- </RuleSet >
11
+ </RuleSet >
You can’t perform that action at this time.
0 commit comments