diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-01-24 18:39:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-24 18:39:51 +0100 |
| commit | f4015f82e0b143d1708f9dbf878a19ac669419a1 (patch) | |
| tree | 14bc2ad5d2f399923c7eda55bf33b96c16cc9f78 | |
| parent | b6f5c33191283d091741306a9ac4f19c773e9c85 (diff) | |
Update jellyfin.ruleset
Co-Authored-By: Bond-009 <bond.009@outlook.com>
| -rw-r--r-- | jellyfin.ruleset | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jellyfin.ruleset b/jellyfin.ruleset index 1da2bbc7a..0f8c9aa02 100644 --- a/jellyfin.ruleset +++ b/jellyfin.ruleset @@ -3,7 +3,7 @@ <Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers"> <!-- disable warning SA1101: Prefix local calls with 'this.' --> <Rule Id="SA1101" Action="None" /> - <!-- disable warning SA1200: Using directive must appear within a namespace declaration --> + <!-- 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" /> |
