Address review.

This commit is contained in:
Cornelius Riemenschneider
2024-08-23 17:26:05 +02:00
parent d84e745ce9
commit 3ac8108c4a
6 changed files with 13 additions and 23 deletions

View File

@@ -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"],

View File

@@ -0,0 +1,9 @@
load("@buildifier_prebuilt//:rules.bzl", "buildifier")
buildifier(
name = "buildifier",
exclude_patterns = [
"./.git/*",
],
lint_mode = "fix",
)