mirror of
https://github.com/openai/codex.git
synced 2026-05-03 04:42:20 +03:00
ci: run argument-comment-lint through bazel package tests
This commit is contained in:
19
tools/argument-comment-lint/BUILD.bazel
Normal file
19
tools/argument-comment-lint/BUILD.bazel
Normal file
@@ -0,0 +1,19 @@
|
||||
load("@rules_rust//rust:defs.bzl", "rust_binary")
|
||||
|
||||
filegroup(
|
||||
name = "runtime-files",
|
||||
srcs = [
|
||||
"argument-comment-lint",
|
||||
"run-prebuilt-linter.py",
|
||||
"wrapper_common.py",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
rust_binary(
|
||||
name = "argument-comment-lint-bazel-runner",
|
||||
crate_name = "argument_comment_lint_bazel_runner",
|
||||
crate_root = "bazel_runner.rs",
|
||||
srcs = ["bazel_runner.rs"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
Reference in New Issue
Block a user