Skip to content

Commit

Permalink
Fix broken build caused by pre-commit bot (#1470)
Browse files Browse the repository at this point in the history
The pre-commit bot added 906005d which broke the build. Root cause is the lastest version of the CFN Lint emits errors about some of the integration test CloudFormation code. This tweaks the linter config to ignore these files.
  • Loading branch information
alex-harvey-z3q committed Jun 11, 2024
1 parent 906005d commit bac2c2b
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 @@ -28,7 +28,7 @@ repos:
exclude: |
(?x)(
^integration-tests/sceptre-project/config/|
^integration-tests/sceptre-project/templates/jinja/|
^integration-tests/sceptre-project/templates/|
^tests/fixtures-vpc/config/|
^tests/fixtures/config/|
^temp/|
Expand Down

0 comments on commit bac2c2b

Please sign in to comment.