Last active
February 5, 2020 22:06
-
-
Save backslash-f/ab0d04bdb406d080cbb87968d187ddd9 to your computer and use it in GitHub Desktop.
Gist for .swiftlint.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| disabled_rules: | |
| # Doesn't play nice with SwiftUI. | |
| # https://github.com/realm/SwiftLint/issues/1801 | |
| - multiple_closures_with_trailing_closure | |
| excluded: | |
| - Carthage | |
| # Variable name should be between 3 and 40 characters long... | |
| identifier_name: | |
| excluded: | |
| - id | |
| - os | |
| excluded: | |
| # Either folders or the absolute path of files, as SwiftLint doesn't support | |
| # recursive search (https://github.com/realm/SwiftLint/issues/2329). | |
| - ${SRCROOT}/Union Pro/Support/Playground |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment