Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Exclude DerivedData from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aringenbach committed Oct 20, 2023
1 parent 9d60d40 commit 9b1d470
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/ios/example/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# paths to ignore during linting. Takes precedence over `included`.
excluded:
- DerivedData

# rule identifiers to exclude from running
disabled_rules:
- todo
Expand Down

0 comments on commit 9b1d470

Please sign in to comment.