-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from mineiros-io/kassianh/feat/terradoc
feat: add terradoc
- Loading branch information
Showing
5 changed files
with
1,252 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
repos: | ||
- repo: https://github.com/mineiros-io/pre-commit-hooks | ||
rev: v0.3.0 | ||
rev: v0.3.1 | ||
hooks: | ||
- id: terraform-fmt | ||
- id: terraform-validate | ||
exclude: ^examples|.terraform/ | ||
- id: tflint | ||
- id: gofmt | ||
- id: goimports | ||
- id: golangci-lint | ||
- id: phony-targets | ||
- id: markdown-link-check | ||
args: ['-p'] # When adding the -p flag, markdown-link-check will always with an exit code 0, even if dead links are found | ||
verbose: true # Forces the output of the hook to be printed even when the hook passes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.