Skip to content

Instantly share code, notes, and snippets.

@mfks17
Last active May 23, 2016 09:19
Show Gist options
  • Save mfks17/c0ddaac634268c04a071e94f9cd806c8 to your computer and use it in GitHub Desktop.
Save mfks17/c0ddaac634268c04a071e94f9cd806c8 to your computer and use it in GitHub Desktop.
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