diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2019-08-09 12:41:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-09 12:41:08 +0800 |
| commit | 66d14183f71bbff8c5a5645594a4646051fa1fbf (patch) | |
| tree | dcf1aa3026a099d35e0d00001351777461318f20 /mappers | |
| parent | Merge pull request #990 from sids-b/master (diff) | |
| parent | use vendor (diff) | |
| download | kubeedge-66d14183f71bbff8c5a5645594a4646051fa1fbf.tar.gz | |
Merge pull request #947 from subpathdev/gomod-k8s-15
Gomod k8s v1.15.1
Diffstat (limited to 'mappers')
| -rw-r--r-- | mappers/bluetooth_mapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mappers/bluetooth_mapper/Makefile b/mappers/bluetooth_mapper/Makefile index fa2e96698..34f527ff8 100644 --- a/mappers/bluetooth_mapper/Makefile +++ b/mappers/bluetooth_mapper/Makefile @@ -5,7 +5,7 @@ bluetooth_mapper: go build main.go lint: - golangci-lint run --disable-all -E golint ./... + golangci-lint run --disable-all -E golint --deadline '10m' ./... go vet ./... bluetooth_mapper_image: bluetooth_mapper |
