Skip to content

Commit fc1631f

Browse files
committed
chore: update the lint target to rely on .golangci.yaml
1 parent 15a982c commit fc1631f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build:
1818

1919
.PHONY: lint
2020
lint:
21-
golangci-lint run --enable gocritic
21+
golangci-lint run
2222

2323
.PHONY: fuzz
2424
fuzz: mod-tidy generate

0 commit comments

Comments
 (0)