Skip to content

Commit

Permalink
Bazel: resync 3rd party dependencies and skip buildifier on them
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Tranquilli committed Dec 18, 2024
1 parent d6b8d42 commit c4a7abd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.

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

1 change: 1 addition & 0 deletions misc/bazel/buildifier/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildifier(
name = "buildifier",
exclude_patterns = [
"./.git/*",
"./misc/bazel/3rdparty/*_deps/*",
],
lint_mode = "fix",
)

0 comments on commit c4a7abd

Please sign in to comment.