Skip to content

Commit

Permalink
Rust: support paths and paths-ignore from the code scanning confi…
Browse files Browse the repository at this point in the history
…guration file

This is done by simply adding the autobuilder from the shared
tree-sitter extractor library.
  • Loading branch information
Paolo Tranquilli committed Dec 19, 2024
1 parent 90dbc34 commit 73a5a3f
Show file tree
Hide file tree
Showing 48 changed files with 350 additions and 219 deletions.
15 changes: 11 additions & 4 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ members = [
"rust/extractor",
"rust/extractor/macros",
"rust/ast-generator",
"rust/autobuild",
]

[patch.crates-io]
Expand Down
1 change: 1 addition & 0 deletions misc/bazel/3rdparty/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ crates_vendor(
"//rust/extractor:Cargo.toml",
"//rust/extractor/macros:Cargo.toml",
"//rust/ast-generator:Cargo.toml",
"//rust/autobuild:Cargo.toml",
"//shared/tree-sitter-extractor:Cargo.toml",
],
mode = "remote",
Expand Down

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

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

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

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

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

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

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

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

Loading

0 comments on commit 73a5a3f

Please sign in to comment.