mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
445 B
10 lines
445 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="ImageSharp.Tests" ToolsVersion="16.0">
|
|
<Include Path="..\..\sharedinfrastructure\sixlabors.tests.ruleset" Action="Default" />
|
|
<Rules AnalyzerId="xunit.analyzers" RuleNamespace="xunit.analyzers">
|
|
<Rule Id="xUnit1004" Action="None" />
|
|
<Rule Id="xUnit1013" Action="None" />
|
|
<Rule Id="xUnit1026" Action="None" />
|
|
<Rule Id="xUnit2013" Action="None" />
|
|
</Rules>
|
|
</RuleSet>
|