Bearwolves

Results 5 comments of Bearwolves

@novadev94 : Why is that not possible? We are using following regex to check for uppercase character in the **_description_** from the conventional commit perspective [https://www.conventionalcommits.org/en/v1.0.0/](https://www.conventionalcommits.org/en/v1.0.0/) . I think that's...

@novadev94 : Got your point. Supporting other language/character shall be allowed, agreed! Thanks for detailing!

After thinking about it again, I suggest two things: * Adding an argument to pass a command to git rev-list (I guess it's tricky and makes things quite complicated) so...

It would be still nice to have the possibility to enable a check if tabs/enough spaces are used outside the echo or not i.e. in the "body" of our scripts....

Hey @memsharded, Our current workflow follows the legacy developer (install, build, package, export-pkg) flow. We provide as interface to our developers two very small small script wrapper: * `build.sh` =>...