github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/.pre-commit-config.yaml (about)

     1  - repo: https://github.com/gruntwork-io/pre-commit
     2    rev: v0.1.10
     3    hooks:
     4      - id: goimports
     5      - id: terraform-fmt
     6  - repo: local
     7    hooks:
     8      - id: test-interfaces-used
     9        name: test-interfaces-used
    10        entry: bash -c 'grep -Rw "*testing.T" modules | grep -v _test.go | wc -l'
    11        language: system
    12        types: [go]
    13        pass_filenames: false