Skip to content

Instantly share code, notes, and snippets.

@ryanisnhp
Created September 19, 2021 07:53
Show Gist options
  • Save ryanisnhp/ef220c0f0e3f8966f9166914f06d34ad to your computer and use it in GitHub Desktop.
Save ryanisnhp/ef220c0f0e3f8966f9166914f06d34ad 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