Skip to content

Commit

Permalink
Lint prefix (#158)
Browse files Browse the repository at this point in the history
* refactor: prefix public API symbols with lint_

* chore: docgen
  • Loading branch information
alexeagle committed Mar 12, 2024
1 parent d3678a6 commit 452edf8
Show file tree
Hide file tree
Showing 20 changed files with 173 additions and 173 deletions.
10 changes: 5 additions & 5 deletions docs/buf.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions docs/eslint.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/flake8.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/golangci-lint.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/lint_test.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/linting.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This makes the build fail when any lint violations are present.

### 5. Failures during `bazel test`

Add a [make_lint_test](./lint_test.md) call to the `linters.bzl` file, then use the resulting rule in your BUILD files or in a wrapper macro.
Add a [lint_test](./lint_test.md) call to the `linters.bzl` file, then use the resulting rule in your BUILD files or in a wrapper macro.

See the `example/test/BUILD.bazel` file in this repo for some examples.

Expand Down
58 changes: 29 additions & 29 deletions docs/pmd.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 35 additions & 35 deletions docs/ruff.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 452edf8

Please sign in to comment.