diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-01-05 10:58:57 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-01-05 10:58:57 +0100 |
| commit | 77c615ba424b6eba9194a1d0baf9b221278ced5c (patch) | |
| tree | 23e7cad5c6393a29ad1978b4856b4b8dc4e54743 /jellyfin.ruleset | |
| parent | c6a1dcf420dfbb4bef80b1267fe26035e67f9a6d (diff) | |
Error on SA1316
Diffstat (limited to 'jellyfin.ruleset')
| -rw-r--r-- | jellyfin.ruleset | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jellyfin.ruleset b/jellyfin.ruleset index e9293588c7..52bedabeec 100644 --- a/jellyfin.ruleset +++ b/jellyfin.ruleset @@ -11,6 +11,8 @@ <Rule Id="SA1142" Action="Error" /> <!-- error on SA1210: Using directives should be ordered alphabetically by the namespaces --> <Rule Id="SA1210" Action="Error" /> + <!-- error on SA1316: Tuple element names should use correct casing --> + <Rule Id="SA1316" Action="Error" /> <!-- error on SA1518: File is required to end with a single newline character --> <Rule Id="SA1518" Action="Error" /> <!-- error on SA1629: Documentation text should end with a period --> |
