Revert "Wire: Add provider lint" (#111306)

This reverts commit 4de8cfb14a.
This commit is contained in:
Todd Treece
2025-09-18 12:07:55 +00:00
committed by GitHub
parent 98e7dfcc83
commit 7d96e6cdf9
25 changed files with 227 additions and 2267 deletions
+7 -7
View File
@@ -65,10 +65,10 @@ jobs:
- uses: actions/setup-go@v5.5.0
with:
go-version-file: ./go.mod
- name: Run golangci-lint
run: |
make lint-go
- name: Run wirecheck
continue-on-error: true
run: |
make lint-go GO_LINT_FLAGS="--enable-only wirecheck --max-issues-per-linter 0"
- name: golangci-lint
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
with:
version: v2.0.2
args: |
--verbose $(go list -m -f '{{.Dir}}' | xargs -I{} sh -c 'test ! -f {}/.nolint && echo {}/...')
install-mode: binary