github.com/ndeloof/helm@v3.0.0-beta.3+incompatible/.golangci.yml (about)

     1  run:
     2    deadline: 2m
     3  
     4  linters:
     5    disable-all: true
     6    enable:
     7      - deadcode
     8      - dupl
     9      - gofmt
    10      - goimports
    11      - golint
    12      - gosimple
    13      - govet
    14      - ineffassign
    15      - misspell
    16      - nakedret
    17      - structcheck
    18      - unused
    19      - varcheck
    20  
    21  linters-settings:
    22    gofmt:
    23      simplify: true
    24    goimports:
    25      local-prefixes: helm.sh/helm
    26    dupl:
    27      threshold: 400