Skip to content

Instantly share code, notes, and snippets.

@luismachado
Created March 26, 2018 10:11
Show Gist options
  • Save luismachado/7b9728b756f1510df6871bc0998f6899 to your computer and use it in GitHub Desktop.
Save luismachado/7b9728b756f1510df6871bc0998f6899 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