Skip to content

Instantly share code, notes, and snippets.

@raphaelguye
Last active September 29, 2021 14:02
Show Gist options
  • Select an option

  • Save raphaelguye/bef5319f786b77b19b5bbf71d4c05e55 to your computer and use it in GitHub Desktop.

Select an option

Save raphaelguye/bef5319f786b77b19b5bbf71d4c05e55 to your computer and use it in GitHub Desktop.
Xcode Script - SwiftLint
if which swiftlint >/dev/null; then
  swiftlint # for autocorrect: swiftlint autocorrect && swiftlint
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