...

Text file src/github.com/google/go-querystring/.golangci.yml

Documentation: github.com/google/go-querystring

     1linters:
     2  enable:
     3    - dogsled
     4    - dupl
     5    - gofmt
     6    - goimports
     7    - gosec
     8    - misspell
     9    - nakedret
    10    - stylecheck
    11    - unconvert
    12    - unparam
    13    - whitespace

View as plain text