github.com/buildpacks/libcnb@v1.30.3/golangci.yaml (about)

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