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 b419a9d commit a542fb2Copy full SHA for a542fb2
make.bash
@@ -46,7 +46,7 @@ function lint() {
46
fi
47
go vet ./...
48
echo "golangci-lint checking..."
49
- "$GOBIN"/golangci-lint run --deadline=30m --enable=misspell --enable=gosec --enable=gofmt --enable=goimports --enable=golint ./...
+ "$GOBIN"/golangci-lint run --timeout=30m --enable=misspell --enable=gosec --enable=gofmt --enable=goimports --enable=golint ./...
50
}
51
# no arguments
52
if [ $# -lt 1 ]; then
0 commit comments