aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-01-23 23:30:38 +0100
committerBond_009 <bond.009@outlook.com>2019-01-23 23:30:38 +0100
commit1cbcddfbd2176ed86d6913869d4503dff4e7c4ee (patch)
tree9c28172f8b5cfbc8d91a8411910fd89d06729973
parent80d011bb4f247c92955ae307f3cbae5c662d0a00 (diff)
Disable SA1309
-rw-r--r--jellyfin.ruleset2
1 files changed, 2 insertions, 0 deletions
diff --git a/jellyfin.ruleset b/jellyfin.ruleset
index 9690919b6..9231d8c6c 100644
--- a/jellyfin.ruleset
+++ b/jellyfin.ruleset
@@ -5,5 +5,7 @@
<Rule Id="SA1101" Action="None" />
<!-- disable warning SA1200: Using directive must appear within a namespace declaration -->
<Rule Id="SA1200" Action="None" />
+ <!-- disable warning SA1309: Fields must not begin with an underscore -->
+ <Rule Id="SA1309" Action="None" />
</Rules>
</RuleSet>