Last active
September 29, 2021 14:02
-
-
Save raphaelguye/bef5319f786b77b19b5bbf71d4c05e55 to your computer and use it in GitHub Desktop.
Xcode Script - SwiftLint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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