aboutsummaryrefslogtreecommitdiff
path: root/jellyfin.ruleset
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-04-11 00:35:32 +0200
committerBond_009 <bond.009@outlook.com>2021-04-11 00:35:32 +0200
commit5fc664fd4f8e600887a4220abb366b75cc92ac01 (patch)
treef8ed81301978c9eedddd32a413dfd2c77b34a7a2 /jellyfin.ruleset
parent62117a6c125f2f35ca3c9d7507f3464482caa7f1 (diff)
Add test for handling dangling symlinks
Diffstat (limited to 'jellyfin.ruleset')
-rw-r--r--jellyfin.ruleset2
1 files changed, 2 insertions, 0 deletions
diff --git a/jellyfin.ruleset b/jellyfin.ruleset
index b012d2b003..19c0a08b23 100644
--- a/jellyfin.ruleset
+++ b/jellyfin.ruleset
@@ -78,5 +78,7 @@
<Rule Id="CA1303" Action="None" />
<!-- disable warning CA1308: Normalize strings to uppercase -->
<Rule Id="CA1308" Action="None" />
+ <!-- disable warning CA2101: Specify marshaling for P/Invoke string arguments -->
+ <Rule Id="CA2101" Action="None" />
</Rules>
</RuleSet>