We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since /usr/bin/which rejects -s argument. Reproducing steps on Ubuntu with SwiftLint:
/usr/bin/which
-s
$ docker run -it --rm norionomura/swiftlint:swift-4.2 bash root@5d3cc0804b2c:/# echo "echo swiftlint-test executed">/usr/bin/swiftlint-test root@5d3cc0804b2c:/# chmod +x /usr/bin/swiftlint-test root@5d3cc0804b2c:/# swiftlint test Illegal option -s Usage: /usr/bin/which [-a] args Unrecognized command: 'test'. See `swiftlint help`.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since
/usr/bin/which
rejects-s
argument.Reproducing steps on Ubuntu with SwiftLint:
The text was updated successfully, but these errors were encountered: