Hook `script-must-have-extension` fails on a [BATS](https://github.com/bats-core/bats-core) file with `.bats` extension. The [Google shell style guide](https://google.github.io/styleguide/shellguide.html) doesn't count with shell scripts testing much. The workaround is very easy though: `exclude: .*\.bats$`
Hook
script-must-have-extensionfails on a BATS file with.batsextension.The Google shell style guide doesn't count with shell scripts testing much.
The workaround is very easy though:
exclude: .*\.bats$