-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathlefthook.yml
More file actions
19 lines (18 loc) · 789 Bytes
/
lefthook.yml
File metadata and controls
19 lines (18 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pre-commit:
commands:
lint:
interactive: true
run: mise run lint
# format:
# interactive: true
# run: mise run format
skip_output:
- meta # Skips lefthook version printing
- summary # Skips summary block (successful and failed steps) printing
# empty_summary # Skips summary heading when there are no steps to run
- success # Skips successful steps printing
# failure # Skips failed steps printing
# execution # Skips printing any execution logs (but prints if the execution failed)
# execution_out # Skips printing execution output (but still prints failed commands output)
- execution_info # Skips printing `EXECUTE > ...` logging
# skips # Skips "skip" printing (i.e. no files matched)