diff --git a/PlistDesign/.swiftlint.yml b/PlistDesign/.swiftlint.yml index bf4fec6..4337dd1 100644 --- a/PlistDesign/.swiftlint.yml +++ b/PlistDesign/.swiftlint.yml @@ -2,8 +2,10 @@ opt_in_rules: # some rules are only opt-in - empty_count # Find all the available rules by running: # swiftlint rules + disabled_rules: + - trailing_whitespace included: # paths to include during linting. `--path` is ignored if present. - - JWTDecode + - PlistDesign excluded: # paths to ignore during linting. Takes precedence over `included`. - Carthage - Pods