Skip to content

Commit 9e2fc22

Browse files
committed
chore: handle todos
1 parent c287c67 commit 9e2fc22

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/pr-checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
- run: ./golangci-lint config
8989
- run: ./golangci-lint config path
9090
- run: ./golangci-lint config path --json
91-
# TODO(ldez) after v2: golangci.next.jsonschema.json -> golangci.jsonschema.json
9291
- run: ./golangci-lint config verify --schema jsonschema/golangci.next.jsonschema.json
9392

9493
- run: ./golangci-lint help

.github/workflows/pr-tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ jobs:
4040
# - 1.18beta1 -> 1.18.0-beta.1
4141
# - 1.18rc1 -> 1.18.0-rc.1
4242
go-version: ${{ env.GO_VERSION }}
43-
# TODO(ldez): must add uncommented when [email protected] (with golangci-lint v2 support) will be created.
44-
# - name: lint
45-
# uses: golangci/[email protected]
46-
# with:
47-
# version: latest
43+
- name: lint
44+
uses: golangci/[email protected]
45+
with:
46+
version: latest
4847

4948
tests-on-windows:
5049
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors

0 commit comments

Comments
 (0)