aboutsummaryrefslogtreecommitdiff
path: root/jellyfin.ruleset
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-05-18 00:05:33 +0200
committerGitHub <noreply@github.com>2021-05-18 00:05:33 +0200
commitc64bdbb4ff10310b008ceeb4a40efeafb76070b1 (patch)
tree8491f875268d731cb47fb059caa67482f9de7bff /jellyfin.ruleset
parent0cb69e28b906947c2daf9dfd7b5e213bea9e05b9 (diff)
parenta9f44c21eb273f395bd4f1ae11885700bcde178b (diff)
Merge pull request #6051 from Bond-009/tests7
Add tests for Recordinghelper
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 b450a3aaf8..1a9f2bf96c 100644
--- a/jellyfin.ruleset
+++ b/jellyfin.ruleset
@@ -40,6 +40,8 @@
or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token -->
<Rule Id="CA2016" Action="Error" />
+ <!-- disable warning CA1024: Use properties where appropriate -->
+ <Rule Id="CA1024" Action="Info" />
<!-- disable warning CA1031: Do not catch general exception types -->
<Rule Id="CA1031" Action="Info" />
<!-- disable warning CA1032: Implement standard exception constructors -->