Bazel: resync 3rd party dependencies and skip buildifier on them

This commit is contained in:
Paolo Tranquilli
2024-12-18 17:33:39 +01:00
parent d6b8d42936
commit c4a7abda0a
2 changed files with 1 additions and 1 deletions

View File

@@ -97,5 +97,4 @@ rust_library(
"@vendor__triomphe-0.1.14//:triomphe", "@vendor__triomphe-0.1.14//:triomphe",
], ],
) )
exports_files(["rust.ungram"]) exports_files(["rust.ungram"])

View File

@@ -4,6 +4,7 @@ buildifier(
name = "buildifier", name = "buildifier",
exclude_patterns = [ exclude_patterns = [
"./.git/*", "./.git/*",
"./misc/bazel/3rdparty/*_deps/*",
], ],
lint_mode = "fix", lint_mode = "fix",
) )