argsで指定する。cfn-lintのオプションはこちら。
.pre-commit-config.yaml
repos:
- repo: https://github.com/awslabs/cfn-python-lint
rev: v0.54.2
hooks:
- id: cfn-python-lint
files: \.(json|yml|yaml)$
args: [--ignore-checks=E3030]
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
argsで指定する。cfn-lintのオプションはこちら。
repos:
- repo: https://github.com/awslabs/cfn-python-lint
rev: v0.54.2
hooks:
- id: cfn-python-lint
files: \.(json|yml|yaml)$
args: [--ignore-checks=E3030]
Register as a new user and use Qiita more conveniently
Go to list of users who liked