79402849

Date: 2025-01-31 13:24:45
Score: 1.5
Natty:
Report link

Changing the pre commit config to this seemed to do the trick:

# .pre-commit-config.yaml
repos:
-   repo: https://github.com/aws-cloudformation/cfn-lint
    rev: v1.23.1 # The version of cfn-lint to use
    hooks:
    -   id: cfn-lint
        files: final_stacks/.*\.(json|yml|yaml)$
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Steyn van Wyk