diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-01-12 16:30:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-12 16:30:31 +0100 |
| commit | 2a09f05ff35d7ae9ab4bb0d216a93698814b6821 (patch) | |
| tree | b5395560feceb1a25559e27a72ce118ee5c93d07 | |
| parent | 0d6a4c2909632229b3c6a0f1b65f03c48d0f9eb2 (diff) | |
Fix build
| -rw-r--r-- | jellyfin.ruleset | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jellyfin.ruleset b/jellyfin.ruleset index 9846367d8..27d8a7cd9 100644 --- a/jellyfin.ruleset +++ b/jellyfin.ruleset @@ -33,8 +33,6 @@ <Rule Id="CA1031" Action="Info" /> <!-- disable warning CA1032: Implement standard exception constructors --> <Rule Id="CA1032" Action="Info" /> - <!-- disable warning CA1056: URI properties should not be strings --> - <Rule Id="CA1056" Action="Info" /> <!-- disable warning CA1062: Validate arguments of public methods --> <Rule Id="CA1062" Action="Info" /> <!-- disable warning CA1720: Identifiers should not contain type names --> |
