Skip to content

Commit 03cb3f2

Browse files
committed
Run full linter
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 924893e commit 03cb3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ check-protos: protos
2424
git diff --exit-code || (echo "Please rebuild protobuf code by running 'make protos'" && false)
2525

2626
lint:
27-
golangci-lint run --new-from-rev d2f56921e6b0
27+
golangci-lint run
2828

2929
test:
3030
go test ./...

0 commit comments

Comments
 (0)