aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-01-23 23:15:38 +0100
committerBond_009 <bond.009@outlook.com>2019-01-23 23:21:55 +0100
commit59ff083f5d46a726d647bbcb5c765cd7ebb10554 (patch)
tree0222efc510cfb57507892b6c1b8edfd759e7259c
parent58591da0b891d542ccd9ef9d852d638b62317679 (diff)
Add comment
-rw-r--r--jellyfin.ruleset1
1 files changed, 1 insertions, 0 deletions
diff --git a/jellyfin.ruleset b/jellyfin.ruleset
index becef0b39..e36ebced1 100644
--- a/jellyfin.ruleset
+++ b/jellyfin.ruleset
@@ -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>