Skip to content

Instantly share code, notes, and snippets.

View rmirabelli's full-sized avatar
🐢
Slowly putting things together.

Russell Mirabelli rmirabelli

🐢
Slowly putting things together.
View GitHub Profile
@rmirabelli
rmirabelli / .swiftlint.yml
Last active May 5, 2021 20:04 — forked from tylermilner/.swiftlint.yml
Default SwiftLint repo-wide configuration file. Put this at the root directory of your repository and tweak for your needs.
# Turn off default SwiftLint rules
disabled_rules:
- trailing_whitespace # Disables SwiftLint complaining about whitespace characters on empty lines
- todo # Disables auto-warning of TODO statements
# Turn on extra SwiftLint rules
opt_in_rules:
- array_init
- attributes
- closure_end_indentation