We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54b014 commit f97d3feCopy full SHA for f97d3fe
scripts/swiftlint.sh
@@ -6,6 +6,6 @@ if ! command -v swiftlint >/dev/null; then
6
brew install swiftlint
7
elif [ $(swiftlint version) != "$SWIFTLINT_VERSION" ]; then
8
brew upgrade swiftlint
9
-else
10
- swiftlint
11
fi
+
+swiftlint
0 commit comments