Revision 910eddbbf3b3aa3359fdeb666f5e1c27c8b47882 authored by argo-bot on 09 December 2020, 18:19:09 UTC, committed by argo-bot on 09 December 2020, 18:19:09 UTC
1 parent f150ba1
Raw File
.golangci.yml
run:
  timeout: 2m
  skip-files:
    - ".*\\.pb\\.go"
  skip-dirs:
    - pkg/client/
    - vendor/
linters:
  enable:
    - vet
    - deadcode
    - goimports
    - varcheck
    - structcheck
    - ineffassign
    - unconvert
    - unparam
linters-settings:
  goimports:
    local-prefixes: github.com/argoproj/argo-cd
service:
  golangci-lint-version: 1.21.0
back to top