gruntwork-io / gruntwork-io/pre-commit
Shellcheck does not allow for shebangs with a space
Open
question
- Dominant language
- Shell
- Stars
- 547
- Forks
- 168
- PR merge metrics
- No merged PRs in 30d
Description
The custom regex check will fail if the shebang is in the format of `#! /usr/bin/bash` and only work when removing the space e.g `#!/usr/bin/bash`.
Spaces in shebangs are valid.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.