Codebase list aptly / lintian-fixes/main .golangci.yml
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

.golangci.yml @lintian-fixes/mainraw · history · blame

run:
  tests: false


linters:
  enable-all: false
  disable-all: true
  enable:
   - govet
   - golint
   - gofmt
   - deadcode
   - goimports
   - misspell
   - ineffassign
   - staticcheck
   - varcheck
   - structcheck
   - maligned
   - vetshadow
   - goconst
   - interfacer