LoginSignup
0
0

More than 1 year has passed since last update.

pre-commitのcfn-lintで特定のエラーを無視する方法

Last updated at Posted at 2021-10-06

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]
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0