Skip to content

Instantly share code, notes, and snippets.

@bulv1ne
bulv1ne / .swiftlint.yml
Last active June 19, 2021 09:57 — forked from Baza207/.swiftlint.yml
Default rules for SwiftLint.
disabled_rules: # rule identifiers to exclude from running
- line_length
- force_cast
- trailing_whitespace
- todo
excluded: # paths to ignore during linting. Takes precedence over `included`.
- Carthage
- Pods
- fastlane