Skip to content

Instantly share code, notes, and snippets.

@backslash-f
Last active February 5, 2020 22:06
Show Gist options
  • Select an option

  • Save backslash-f/ab0d04bdb406d080cbb87968d187ddd9 to your computer and use it in GitHub Desktop.

Select an option

Save backslash-f/ab0d04bdb406d080cbb87968d187ddd9 to your computer and use it in GitHub Desktop.
Gist for .swiftlint.yml
---
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