Skip to content

Commit b64ba77

Browse files
authored
docs(golangci-lint): fix the target name (#144)
This is what the example setup uses, and it's what I had to use to get this to work in our workspace. https://github.com/aspect-build/rules_lint/blob/ebe8678587abb1f9104abbfc6ca2ee1a8579b4aa/example/tools/lint.bzl#L59-L62
1 parent 0de7861 commit b64ba77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/golangci-lint.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lint/golangci-lint.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
load("@aspect_rules_lint//lint:golangci-lint.bzl", "golangci_lint_aspect")
55
66
golangci_lint = golangci_lint_aspect(
7-
binary = "@@//tools:golangci-lint",
7+
binary = "@@//tools:golangci_lint",
88
config = "@@//:.golangci.yaml",
99
)
1010
```

0 commit comments

Comments
 (0)