-
Notifications
You must be signed in to change notification settings - Fork 198
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
better style guide checking (properly parse bash vs regex-hit-and-miss) #84
Comments
what about shfmt (https://github.com/mvdan/sh) ? |
Looks promising at first glance, have you ran it against any code? |
yes. strangely it wants to change all |
Shellcheck could be nice too https://github.com/koalaman/shellcheck |
@kenden we already use shellcheck. This is about style beyond linting/syntax checking 😉 |
A complete Bash parser in JavaScript transpiled from Go https://www.npmjs.com/package/mvdan-sh #hackernews |
also found this yesterday, just sharing as it might interest you https://google.github.io/styleguide/shell.xml |
See discussion in PR #81
The text was updated successfully, but these errors were encountered: