Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit ce9048c

Browse files
committed
fix(lefthook): fix outdated tflint argument format
1 parent 5381865 commit ce9048c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lefthook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pre-commit:
44
run: terraform fmt ./terraform
55
tags: terraform, style
66
tflint:
7-
run: tflint ./terraform
7+
run: tflint --chdir=terraform
88
tags: terraform, style
99

1010
pre-push:
1111
commands:
1212
trivy:
1313
run: trivy fs ./
14-
tags: audit
14+
tags: audit

0 commit comments

Comments
 (0)