Add comment

This commit is contained in:
Bond-009 2019-01-23 23:15:38 +01:00 committed by Bond_009
parent 58591da0b8
commit 59ff083f5d
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?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 SA1101: Prefix local calls with 'this.' -->
<Rule Id="SA1101" Action="None" />
</Rules>
</RuleSet>