bazel is a build system which supports incremental repeatable builds with support for various languages and environments.
This project provides linter support specifically for golang. bazel's way is to parse the source code and share that compiler state in the nogo hook.
golangci-lint has similar goals and optimizations but is not compatible with nogo directly.
This project attempts that port.