mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Codegen/Rust: allow breaking up schema file
This commit is contained in:
@@ -9,7 +9,7 @@ package(default_visibility = ["//rust:__subpackages__"])
|
||||
|
||||
filegroup(
|
||||
name = "schema",
|
||||
srcs = ["schema.py"],
|
||||
srcs = glob(["schema/*.py"]),
|
||||
)
|
||||
|
||||
filegroup(
|
||||
|
||||
Reference in New Issue
Block a user