github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/.golangci.yml (about)

     1  run:
     2    timeout: 5m
     3  linters:
     4    enable:
     5      - gci
     6      - gofmt
     7      - copyloopvar
     8  issues:
     9    exclude-dirs:
    10      - terraform/
    11    exclude-rules:
    12      - path: terraform/
    13        linters:
    14          - gosimple