Bazel: move buildifier out of root BUILD

See https://github.com/github/codeql/pull/16428 for details as to why
this is necessary.
This commit is contained in:
Paolo Tranquilli
2024-05-06 16:00:05 +02:00
parent 6233da3e40
commit 92b3eda12d
4 changed files with 11 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ repos:
name: Format bazel files
files: \.(bazel|bzl)
language: system
entry: bazel run //:buildifier
entry: bazel run //misc/bazel:buildifier
pass_filenames: false
- id: codeql-format