Skip to content

Commit

Permalink
chore: Add comment to pre-commit hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpermuda committed Sep 26, 2023
1 parent 0b26649 commit bc9837b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ repos:
- repo: https://github.com/gruntwork-io/pre-commit
rev: "v0.1.22" # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
hooks:
- id: terraform-validate
- id: terraform-validate # It should be before tflint hook as it runs terraform init required by tflint
- id: terraform-fmt
- id: tflint
args:
Expand Down

0 comments on commit bc9837b

Please sign in to comment.