bazel-linting-system icon indicating copy to clipboard operation
bazel-linting-system copied to clipboard

πŸŒΏπŸ’š Experimental system for registering, configuring, and invoking source-code linters in Bazel.

Results 6 bazel-linting-system issues
Sort by recently updated
recently updated
newest added

I'd like to know the recommended environment to run the example. e.g., the operating system, the bazel version. I am on macOS 11.6, intel chip, with bazel version 4.2. I...

When using lint black it creates a __linting_system folder in the bazel-out, but when copying these files to the original folder with ```sh bazel run @linting_system//:apply_changes -- \ "$(git rev-parse...

### Description Below is a compatibility table. It includes the top 25 TIOBE languages and relevant languages from 25-50 (eg. Scala). For these languages, the table shows _Bazel Support_ which...

documentation
enhancement

I don't think it'd cause any bugs, but I'm not sure remote-caching these linter actions is that useful.

enhancement

### Description Currently this project just edits the source. It can't say what was wrong or _why_ it was wrong. Implementing this could easily make the `linter` rule awkward to...

new-feature

### Description Currently this project is going outputting a full mirror of the source code it lints. In cases where there are no linting errors across a workspace then the...

enhancement