Skip to content

Commit

Permalink
Update .swiftlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sajib-ghosh-iOS committed Feb 17, 2024
1 parent f6468f7 commit 72710da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PlistDesign/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

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.
- PlistDesign
excluded: # paths to ignore during linting. Takes precedence over `included`.
Expand Down

0 comments on commit 72710da

Please sign in to comment.