We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924893e commit 03cb3f2Copy full SHA for 03cb3f2
Makefile
@@ -24,7 +24,7 @@ check-protos: protos
24
git diff --exit-code || (echo "Please rebuild protobuf code by running 'make protos'" && false)
25
26
lint:
27
- golangci-lint run --new-from-rev d2f56921e6b0
+ golangci-lint run
28
29
test:
30
go test ./...
0 commit comments