...

Text file src/github.com/sourcegraph/conc/.golangci.yml

Documentation: github.com/sourcegraph/conc

     1linters:
     2  disable-all: true
     3  enable:
     4    - errcheck
     5    - godot
     6    - gosimple
     7    - govet
     8    - ineffassign
     9    - staticcheck
    10    - typecheck
    11    - unused

View as plain text