github.com/winebarrel/terraform-provider-lambdazip@v0.6.1-0.20240313233639-361839f8c5c5/.golangci.yml (about)

     1  linters:
     2    enable:
     3      - gofmt
     4      - gosimple
     5      - misspell
     6  run:
     7    timeout: 5m
     8  issues:
     9    exclude-rules:
    10      - path: _test\.go
    11        linters:
    12          - errcheck