Skip to content

Commit 153ccc3

Browse files
committed
Disable SA1648 and add Ruleset to solution
1 parent 0b2cf32 commit 153ccc3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ImageSharp.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{815C0625-CD3
3838
src\Directory.Build.props = src\Directory.Build.props
3939
src\Directory.Build.targets = src\Directory.Build.targets
4040
src\README.md = src\README.md
41+
src\ImageSharp.ruleset = src\ImageSharp.ruleset
4142
EndProjectSection
4243
EndProject
4344
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp", "src\ImageSharp\ImageSharp.csproj", "{2AA31A1F-142C-43F4-8687-09ABCA4B3A26}"

src/ImageSharp.ruleset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
<Include Path="..\shared-infrastructure\sixlabors.ruleset" Action="Default" />
44
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
55
<Rule Id="SA1011" Action="None" />
6+
<Rule Id="SA1648" Action="None" /> <!--https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3595-->
67
</Rules>
78
</RuleSet>

0 commit comments

Comments
 (0)