chore: Add lefthook configuration
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
pre-commit:
|
||||||
|
commands:
|
||||||
|
format:
|
||||||
|
run: dart format --set-exit-if-changed .
|
||||||
|
analyze:
|
||||||
|
run: flutter analyze
|
||||||
|
test:
|
||||||
|
run: flutter test
|
||||||
Reference in New Issue
Block a user