DEV Community

Discussion on: Git hooks in Flutter projects with Lefthook

Collapse
 
hugoheneault profile image
Hugo Heneault

Hi Arthur. This seems cool but if another developper commits on my project without having properly setup lefthook (lefthook install) hooks won't run, right? Thanks!

Collapse
 
arthurdenner profile image
Arthur Denner

Hi Hugo! I'm glad you liked it. Yes, the hooks won't run in this case.

An improvement to this workflow is to run the checks on a pipeline. I've written about how to do it with GitHub Actions and GitLab CI.