-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pre-commit-hook): Update documentation and tag (#530)
* feat(pre-commit-hook): Update documentation and tag
- Loading branch information
1 parent
57d712c
commit 7697069
Showing
3 changed files
with
42 additions
and
13 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
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,15 +1,14 @@ | ||
# TODO: Update this to use the release from CFN once merged | ||
repos: | ||
- repo: https://github.com/dannyvassallo/cloudformation-guard | ||
rev: pre-commit-v0.0.97 | ||
- repo: https://github.com/aws-cloudformation/cloudformation-guard | ||
rev: pre-commit-v0.0.1 | ||
hooks: | ||
- id: cfn-guard | ||
args: | ||
- "--operation=validate" | ||
- "--rules=guard/resources/validate/rules-dir/" | ||
- --operation=validate | ||
- --rules=guard/resources/validate/rules-dir/ | ||
files: ^guard/resources/validate/data-dir/.* | ||
- id: cfn-guard | ||
args: | ||
- "--operation=test" | ||
- "--dir=pre_commit_hooks_tests/resources/" | ||
- --operation=test | ||
- --dir=pre_commit_hooks_tests/resources/ | ||
files: ^pre_commit_hooks_tests/resources.* |
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