Fixed docs link: points at contributing section (#1212)
Some checks failed
CI / golangci-lint (push) Failing after 4m50s
CI / tests-on-windows (push) Has been skipped
CI / tests-on-unix (1.13, ubuntu-latest) (push) Has been skipped
CI / tests-on-unix (1.14, ubuntu-latest) (push) Has been skipped
CI / check_generated (push) Has been skipped
Release a tag / release (push) Failing after 5m18s

/lgtm
/approve
This commit is contained in:
iwankgb 2020-07-06 03:59:53 +02:00 committed by GitHub
parent dfa0013583
commit d24bff534c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ title: FAQ
## How do you add a custom linter?
You can integrate it yourself, see this [manual](/usage/linters#how-to-add-a-linter-to-golangci-lint-).
You can integrate it yourself, see this [manual](/contributing/new-linters/).
Or you can create a [GitHub Issue](https://github.com/golangci/golangci-lint/issues/new) and we will integrate when time permits.
## How to integrate `golangci-lint` into large project with thousands of issues