Codebase list golang-github-muesli-termenv / debian/0.9.0-1 .golangci.yml
debian/0.9.0-1

Tree @debian/0.9.0-1 (Download .tar.gz)

.golangci.yml @debian/0.9.0-1raw · history · blame

run:
  tests: false

issues:
  max-issues-per-linter: 0
  max-same-issues: 0

linters:
  enable:
    - bodyclose
    - dupl
    - exportloopref
    - goconst
    - godot
    - godox
    - goimports
    - goprintffuncname
    - gosec
    - misspell
    - prealloc
    - rowserrcheck
    - sqlclosecheck
    - unconvert
    - unparam
    - whitespace