TimothyStiles/poly

View on GitHub
.golangci.yml

Summary

Maintainability
Test Coverage
run:
  timeout: 1m
  skip-dirs:
    - data
linters:
  enable:
    - bodyclose
    ##- dogsled
    - dupl
    #- exhaustivestruct
    - exportloopref
    #- funlen
    - gochecknoinits
    ##- goconst
    ##- gocritic
    ##- gocyclo
    ##- gofmt
    ##- goimports
    #- gomnd
    - goprintffuncname
    ##- gosec
    #- lll
    ##- misspell
    - nakedret
    - nilnil
    - noctx
    - nolintlint
    ##- stylecheck
    ##- unconvert
    ##- unparam
    ##- whitespace
#linters-settings:
#  stylecheck:
#    # https://staticcheck.io/docs/options#checks
#    checks: ["all", "-ST1005"]