File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 entry : scripts/githooks/check-file-format.sh
2222 language : script
2323 pass_filenames : false
24+
25+ - id : check-markdown-format
26+ name : Check Markdown format
27+ entry : scripts/githooks/check-markdown-format.sh
28+ language : script
29+ pass_filenames : false
30+
31+ - id : check-english-usage
32+ name : Check English usage
33+ entry : scripts/githooks/check-english-usage.sh
34+ language : script
35+ pass_filenames : false
36+
37+ - id : lint-terraform
38+ name : Lint Terraform
39+ entry : scripts/githooks/check-terraform-format.sh
40+ language : script
41+ pass_filenames : false
42+
43+ - id : generate-terraform-docs
44+ name : Generate Terraform Docs
45+ entry : scripts/githooks/check-terraform-docs.sh
46+ language : script
47+ pass_filenames : false
48+
49+ - id : check-todo-usage
50+ name : Check TODO usage
51+ entry : scripts/githooks/check-todos.sh
52+ language : script
53+ pass_filenames : false
You can’t perform that action at this time.
0 commit comments