Skip to content
New issue

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 Compliance #22

Open
hus0 opened this issue Oct 15, 2019 · 0 comments
Open

Shellcheck Compliance #22

hus0 opened this issue Oct 15, 2019 · 0 comments

Comments

@hus0
Copy link
Member

hus0 commented Oct 15, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant