Skip to content

Commit

Permalink
Add ruff to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tokongs committed Oct 17, 2023
1 parent 085a12a commit a7f3ed5
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ stardoc_with_diff_test(
bzl_library_target = "//format:defs",
)

stardoc_with_diff_test(
name = "ruff",
bzl_library_target = "//lint:ruff",
)

update_docs(name = "update")
74 changes: 74 additions & 0 deletions docs/ruff.md

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

6 changes: 6 additions & 0 deletions lint/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ bzl_library(
srcs = ["pmd.bzl"],
visibility = ["//visibility:public"],
)

bzl_library(
name = "ruff",
srcs = ["ruff.bzl"],
visibility = ["//visibility:public"],
)

0 comments on commit a7f3ed5

Please sign in to comment.