...

Text file src/github.com/gin-contrib/cors/.golangci.yml

Documentation: github.com/gin-contrib/cors

     1linters:
     2  enable-all: false
     3  disable-all: true
     4  fast: false
     5  enable:
     6    - bodyclose
     7    - dogsled
     8    - dupl
     9    - errcheck
    10    - exportloopref
    11    - exhaustive
    12    - gochecknoinits
    13    - goconst
    14    - gocritic
    15    - gocyclo
    16    - gofmt
    17    - goimports
    18    - goprintffuncname
    19    - gosec
    20    - gosimple
    21    - govet
    22    - ineffassign
    23    - lll
    24    - misspell
    25    - nakedret
    26    - noctx
    27    - nolintlint
    28    - rowserrcheck
    29    - staticcheck
    30    - stylecheck
    31    - typecheck
    32    - unconvert
    33    - unparam
    34    - unused
    35    - whitespace
    36    - gofumpt
    37
    38run:
    39  timeout: 3m

View as plain text