13 lines
266 B
YAML
13 lines
266 B
YAML
|
|
assert_lefthook_installed: true
|
||
|
|
|
||
|
|
pre-commit:
|
||
|
|
parallel: true
|
||
|
|
commands:
|
||
|
|
pre-commit:
|
||
|
|
run: pre-commit run --files {staged_files}
|
||
|
|
stage_fixed: true
|
||
|
|
lint:
|
||
|
|
glob: "*.go"
|
||
|
|
run: golangci-lint run --fix {staged_files}
|
||
|
|
stage_fixed: true
|