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
Shellcheck fails on several errors. For instance:
$ shellcheck molior-deploy molior-deploy.sh.inc create-release molior-create | grep SC | awk -F ':' '{print $1}' | awk -F '-- ' '{print $2}' | sort | uniq -c 2 SC1090 2 SC1091 82 SC2006 6 SC2034 14 SC2039 1 SC2044 8 SC2046 339 SC2086 3 SC2103 1 SC2116 2 SC2124 9 SC2145 1 SC2148 8 SC2154 4 SC2155 6 SC2162 6 SC2164 9 SC2166 5 SC2181
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Shellcheck fails on several errors. For instance:
The text was updated successfully, but these errors were encountered: