Validating commit messages with dart and Lefthook
Something I had been trying to work out for my Flutter project for some time was validating commit messages, initially, I used commit-msg-validate but having a node dependency in a Flutter/Dart project does not seem right and when the team grew to be...
Aug 31, 20204 min read144

