github.com/terraform-modules-krish/terratest@v0.29.0/.pre-commit-config.yaml (about)

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