diff options
Diffstat (limited to 'vendor/github.com/sourcegraph/conc/.golangci.yml')
| -rw-r--r-- | vendor/github.com/sourcegraph/conc/.golangci.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/sourcegraph/conc/.golangci.yml b/vendor/github.com/sourcegraph/conc/.golangci.yml new file mode 100644 index 000000000..ae65a760a --- /dev/null +++ b/vendor/github.com/sourcegraph/conc/.golangci.yml @@ -0,0 +1,11 @@ +linters: + disable-all: true + enable: + - errcheck + - godot + - gosimple + - govet + - ineffassign + - staticcheck + - typecheck + - unused |
