mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user