Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created August 30, 2020 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/da9cbbe48652da5c49b9cbe038027cd8 to your computer and use it in GitHub Desktop.
Save laevandus/da9cbbe48652da5c49b9cbe038027cd8 to your computer and use it in GitHub Desktop.
if which swiftlint >/dev/null; then
# Relative path from the .xcodeproj which contains this script
swiftlint lint --config ../swiftlint.yml
else
echo "warning: SwiftLint not installed"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment