Disable warning about XML comment analysis

This commit is contained in:
Odd Stråbø 2021-03-09 02:03:58 +01:00
parent 75ee1618f7
commit 9405fe11df

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for Jellyfin.Server" Description="Code analysis rules for Jellyfin.Server.csproj" ToolsVersion="14.0">
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
<!-- disable warning SA0001: XML comment analysis is disabled due to project configuration -->
<Rule Id="SA0001" Action="Info" />
<!-- disable warning SA1202: 'public' members must come before 'private' members -->
<Rule Id="SA1202" Action="Info" />
<!-- disable warning SA1204: Static members must appear before non-static members -->