Skip to content

mikhailkolesnik/bazel-nogo-lint

 
 

Repository files navigation

bazel-nogo-lint

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.

About

Porting all golang linters under golangci-lint to bazel rules_go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 56.0%
  • Python 43.4%
  • Shell 0.6%