mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Address review.
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
load("@buildifier_prebuilt//:rules.bzl", "buildifier")
|
||||
|
||||
buildifier(
|
||||
name = "buildifier",
|
||||
exclude_patterns = [
|
||||
"./.git/*",
|
||||
],
|
||||
lint_mode = "fix",
|
||||
)
|
||||
|
||||
sh_library(
|
||||
name = "sh_runfiles",
|
||||
srcs = ["runfiles.sh"],
|
||||
|
||||
9
misc/bazel/buildifier/BUILD.bazel
Normal file
9
misc/bazel/buildifier/BUILD.bazel
Normal file
@@ -0,0 +1,9 @@
|
||||
load("@buildifier_prebuilt//:rules.bzl", "buildifier")
|
||||
|
||||
buildifier(
|
||||
name = "buildifier",
|
||||
exclude_patterns = [
|
||||
"./.git/*",
|
||||
],
|
||||
lint_mode = "fix",
|
||||
)
|
||||
Reference in New Issue
Block a user