Skip to content

Commit

Permalink
updated swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
sajib-ghosh-iOS committed Feb 17, 2024
1 parent 9029fba commit f6468f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PlistDesign/.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6468f7

Please sign in to comment.