Skip to content

Commit

Permalink
Extended linter timout
Browse files Browse the repository at this point in the history
  • Loading branch information
satr committed Feb 8, 2024
1 parent a787fd7 commit c0c45ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test:

.PHONY: lint
lint: bootstrap
golangci-lint run --max-same-issues 0
golangci-lint run --max-same-issues 0 --timeout 10m

build-kaniko:
docker run --rm -it -v $(CURRENT_FOLDER):/workspace gcr.io/kaniko-project/executor:latest --destination=$(DOCKER_REGISTRY)/radix-api-server:3hv6o --snapshotMode=time --cache=true
Expand Down
6 changes: 0 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ github.com/equinor/radix-common v1.8.0 h1:4mMu36mvJi2QSPEiKOUUJG/Z5EUrPkf0/lRO1q
github.com/equinor/radix-common v1.8.0/go.mod h1:8wGBEAa6auVB3yQ5pImahQzrL3w1ZYTu6N7EXLpJKUk=
github.com/equinor/radix-job-scheduler v1.8.5 h1:ahw6FkFpPV167B1/w7/aQKpVMmU5Vc7UBO8411ZtYck=
github.com/equinor/radix-job-scheduler v1.8.5/go.mod h1:rNIQU1eCInLV8Yl+5SRITOUU52QwYioYrIGQcsDc3kg=
github.com/equinor/radix-operator v1.49.2-0.20240130151606-e4a36b5caaa9 h1:KTbJ4XevH9CBQZVsu+A8cK3gKJRuQGYu2pN+0tm+fVc=
github.com/equinor/radix-operator v1.49.2-0.20240130151606-e4a36b5caaa9/go.mod h1:i8A6V/g1OM+Zk2lAASZaoX+lHdJIZYYZHA586SHB2p8=
github.com/equinor/radix-operator v1.49.6-0.20240205124308-9fb06e71aa4b h1:pYCD+PARTy0sZ4zIIPDbPUCoAdu8DLKAKQzratbWmP4=
github.com/equinor/radix-operator v1.49.6-0.20240205124308-9fb06e71aa4b/go.mod h1:i8A6V/g1OM+Zk2lAASZaoX+lHdJIZYYZHA586SHB2p8=
github.com/equinor/radix-operator v1.49.6-0.20240205125023-3ee1f7a0755c h1:nvpGcQSygkDb9jKx3R3OVKUq6oMcKn/uPWkbmOSwE/U=
github.com/equinor/radix-operator v1.49.6-0.20240205125023-3ee1f7a0755c/go.mod h1:i8A6V/g1OM+Zk2lAASZaoX+lHdJIZYYZHA586SHB2p8=
github.com/equinor/radix-operator v1.49.6-0.20240205135215-33f867d0c81f h1:iBz/sfKzTWHq9U3utEV5rMLyak0eWUCbCsE+vCSqD+U=
github.com/equinor/radix-operator v1.49.6-0.20240205135215-33f867d0c81f/go.mod h1:i8A6V/g1OM+Zk2lAASZaoX+lHdJIZYYZHA586SHB2p8=
github.com/evanphx/json-patch v5.7.0+incompatible h1:vgGkfT/9f8zE6tvSCe74nfpAVDQ2tG6yudJd8LBksgI=
Expand Down

0 comments on commit c0c45ff

Please sign in to comment.