aboutsummaryrefslogtreecommitdiff
path: root/jellyfin.ruleset
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-01-23 19:17:45 +0100
committerBond_009 <bond.009@outlook.com>2019-01-23 19:17:45 +0100
commit58591da0b891d542ccd9ef9d852d638b62317679 (patch)
treed8b5d165f2c2939d07369244b99c1036a27b1260 /jellyfin.ruleset
parentbd550ef99649921af46c33c44210b2bd48d39ea0 (diff)
Disable warning for calling local function without this. prefixed
Diffstat (limited to 'jellyfin.ruleset')
-rw-r--r--jellyfin.ruleset6
1 files changed, 6 insertions, 0 deletions
diff --git a/jellyfin.ruleset b/jellyfin.ruleset
new file mode 100644
index 000000000..becef0b39
--- /dev/null
+++ b/jellyfin.ruleset
@@ -0,0 +1,6 @@
+<?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">
+ <Rule Id="SA1101" Action="None" />
+ </Rules>
+</RuleSet>