File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 verbose : true
3232 files : ^txma-mock/template\.yaml$
3333
34+ - id : checkov
35+ verbose : true
36+ files : ^status-list--mock/template\.yaml$
37+
3438 - repo : https://github.com/aws-cloudformation/cfn-lint
3539 rev : v1.51.0
3640 hooks :
4852
4953 - id : rain-format
5054 files : ^txma-mock/template\.yaml$
55+
56+ - id : rain-format
57+ files : ^status-list--mock/template\.yaml$
58+
59+ - repo : local
60+ hooks :
61+ - id : status-list-mock-eslint-ts
62+ name : Status List Mock - ESLint linter
63+ language : system
64+ entry : bash -c 'cd status-list-mock && npm run lint'
65+ files : ^status-list-mock/.*\.(ts|md)$
66+ stages : [pre-commit]
67+
68+ - id : status-list-mock-prettier-ts
69+ name : Status List Mock - Prettier format check
70+ language : system
71+ entry : bash -c 'cd status-list-mock && npm run format:check'
72+ files : ^status-list-mock/.*\.(ts|md|yaml)$
73+ stages : [pre-commit]
74+
75+ - id : status-list-mock-jest-tests
76+ name : Status List Mock - Jest unit tests
77+ language : system
78+ entry : bash -c 'cd status-list-mock && npm run test'
79+ files : ^status-list-mock/.*\.ts$
80+ stages : [pre-push]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments