ab-tone / template-repo-tf

terraform template repo
0 stars 0 forks source link

shell script linting #11

Open ab-tone opened 10 months ago

ab-tone commented 10 months ago

used in https://github.com/antonbabenko/pre-commit-terraform/blob/72c60ac/.pre-commit-config.yaml#L32 but not in that docker image for pre-commit tools (see https://github.com/antonbabenko/pre-commit-terraform/blob/v1.83.5/Dockerfile )

refs

ab-tone commented 10 months ago

pre-commit yaml sample


  - repo: https://github.com/jumanjihouse/pre-commit-hooks
    rev: 3.0.0
    hooks:
      - id: shfmt
        args: ['-l', '-i', '2', '-ci', '-sr', '-w']
      - id: shellcheck