/bazel_lint

Primary LanguageStarlarkMIT LicenseMIT

bazel_lint

Provide linting tools and rules / macros in Bazel.

Currently the following tools and rules are provide (for Linux):

Usage

MODULE.bazel

To incorporate bazel_lint into your project copy the following into your MODULE.bazel file. NOTE: See older releases for WORKSPACE compatibility.

bazel_dep(name = "bazel_lint", version = "0.2.0")