Skip to content

Commit ea1667c

Browse files
committed
timeout
1 parent 89a006f commit ea1667c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fmtcheck:
2828

2929
lint:
3030
@echo "==> Checking source code against linters..."
31-
@GOGC=30 GOPACKAGESPRINTGOLISTERRORS=1 golangci-lint run ./$(PKG_NAME)
31+
@GOGC=30 GOPACKAGESPRINTGOLISTERRORS=1 golangci-lint run ./$(PKG_NAME) --timeout=30m
3232
@tfproviderlint \
3333
-c 1 \
3434
-AT001 \
@@ -49,7 +49,7 @@ lint:
4949
-S016 \
5050
-S017 \
5151
-S019 \
52-
./$(PKG_NAME) --timeout=30m
52+
./$(PKG_NAME)
5353

5454
tools:
5555
GO111MODULE=on go install github.com/bflad/tfproviderlint/cmd/tfproviderlint

0 commit comments

Comments
 (0)