FEA-Bench / testbed /aws-cloudformation__cfn-lint /.pre-commit-hooks.yaml
hc99's picture
Add files using upload-large-folder tool
26e6f31 verified
raw
history blame
710 Bytes
- id: cfn-python-lint
name: AWS CloudFormation Linter
description: 'cfn-lint is a tool for finding issues with CloudFormation templates'
entry: cfn-lint
language: python
files: \.(json|yaml|yml)$
- id: cfn-lint # we have removed most identifications to cfn-python-lint
name: AWS CloudFormation Linter
description: 'cfn-lint is a tool for finding issues with CloudFormation templates'
entry: cfn-lint
language: python
files: \.(json|yaml|yml)$
- id: cfn-lint-rc # Provide a configuration to use with .cfnlintrc
name: AWS CloudFormation Linter
description: 'cfn-lint is a tool for finding issues with CloudFormation templates'
entry: cfn-lint
language: python
pass_filenames: false