github.com/buildpacks/pack@v0.33.3-0.20240516162812-884dd1837311/golangci.yaml (about)

     1  run:
     2    timeout: 6m
     3  
     4  linters:
     5    disable-all: true
     6    enable:
     7      - bodyclose
     8      - exportloopref
     9      - dogsled
    10      - gocritic
    11      - goimports
    12      - gosimple
    13      - govet
    14      - ineffassign
    15      - misspell
    16      - nakedret
    17      - revive
    18      - rowserrcheck
    19      - staticcheck
    20      - stylecheck
    21      - typecheck
    22      - unconvert
    23      - unused
    24      - whitespace
    25  
    26  linters-settings:
    27    goimports:
    28      local-prefixes: github.com/buildpacks/pack
    29    revive:
    30      rules:
    31        - name: error-strings
    32          disabled: true