Skip to content

Commit fd1c3e1

Browse files
build: add gofmt and golangci-lint checks to build_tools (#110)
1 parent ce88bab commit fd1c3e1

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ gazelle(name = "gazelle")
1212

1313
alias(
1414
name = "gofmt",
15-
actual = "//tools/gofmt:check_gofmt",
15+
actual = "//build_tools/gofmt:check_gofmt",
1616
)
1717

1818
alias(
1919
name = "golangci-lint",
20-
actual = "//tools/golangci-lint:golangci-lint-check",
20+
actual = "//build_tools/golangci-lint:golangci-lint-check",
2121
)
2222

2323
go_library(
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)