jorisroovers / gitlint

Linting for your git commit messages
http://jorisroovers.github.io/gitlint
MIT License
821 stars 100 forks source link

Disable use of sh library by default #351

Closed jorisroovers closed 2 years ago

jorisroovers commented 2 years ago

Future goal is to remove the sh dependency entirely from gitlint-core. For now, the use of sh can be re-enabled using GITLINT_USE_SH_LIB=1.