Skip to content

Instantly share code, notes, and snippets.

@baleen37
Last active April 1, 2016 01:12
Show Gist options
  • Save baleen37/9b61c977d934e95623ef45cac892f319 to your computer and use it in GitHub Desktop.
Save baleen37/9b61c977d934e95623ef45cac892f319 to your computer and use it in GitHub Desktop.
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
if which swiftlint >/dev/null; then
swiftlint
else
echo "warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment