mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
Add gocritic from https://sourcegraph.com/github.com/go-critic/go-critic ### Why do we have our own analyzer run implemention We cannot use the analyzer exported by the `checkers/analyzer` package directly since it doesn't allow us to specify which linters we want to disable ### Test plan * `bazel build //cmd/` - disabled linters aren't reported issues * CI ``` <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles --> |
||
|---|---|---|
| .. | ||
| bodyclose | ||
| forbidigo | ||
| gocritic | ||
| ineffassign | ||
| go.mod | ||
| go.sum | ||