Codebase list aptly / debian/1.4.0+ds1-7 .golangci.yml
debian/1.4.0+ds1-7

Tree @debian/1.4.0+ds1-7 (Download .tar.gz)

.golangci.yml @debian/1.4.0+ds1-7raw · 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