1

Enable Lint on CI (#2)

This commit is contained in:
Zhongpeng Lin
2023-02-19 21:48:09 -08:00
committed by Motiejus Jakštys
parent a1b1be2303
commit fef28b9706
14 changed files with 332 additions and 79 deletions

14
BUILD
View File

@@ -6,5 +6,17 @@ load("@bazel_gazelle//:def.bzl", "gazelle")
# gazelle:map_kind go_binary go_binary //rules:rules_go.bzl
# gazelle:build_file_name BUILD
# gazelle:prefix git.sr.ht/~motiejus/bazel-zig-cc
# gazelle:prefix github.com/uber/bazel-zig-cc
# gazelle:exclude tools.go
gazelle(name = "gazelle")
gazelle(
name = "gazelle-update-repos",
args = [
"-from_file=go.mod",
"-to_macro=repositories.bzl%go_repositories",
"-prune",
],
command = "update-repos",
)