...

Text file src/github.com/grpc-ecosystem/grpc-gateway/v2/.golangci.yml

Documentation: github.com/grpc-ecosystem/grpc-gateway/v2

     1linters:
     2  enable:
     3    - bodyclose
     4    - contextcheck
     5    - errcheck
     6    - errorlint
     7    - exportloopref
     8    - goimports
     9    - gosec
    10    - gosimple
    11    - govet
    12    - ineffassign
    13    - noctx
    14    - staticcheck
    15    - unconvert
    16    - unused

View as plain text