Skip to content

Commit 966349f

Browse files
author
Andrew Kerr
authored
Add empty golangci-lint configuration file
This is to prepare the project to enable linters in the future.
1 parent 6d30ccb commit 966349f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.golangci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
run:
2+
# Timeout for analysis, e.g. 30s, 5m.
3+
# Default: 1m
4+
timeout: 5m
5+
6+
linters:
7+
disable-all: true

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GOGC ?= ""
66
GOPROXY ?= https://proxy.golang.org
77
GO_IMAGE ?= golang:1.17
88
HELM_IMAGE = alpine/helm:3.6.1
9-
GOLANGCI-LINT_VERSION ?= v1.31.0
9+
GOLANGCI-LINT_VERSION ?= v1.45.2
1010
TRIDENT_VOLUME = trident_build
1111
TRIDENT_VOLUME_PATH = /go/src/github.com/netapp/trident
1212
TRIDENT_CONFIG_PKG = github.com/netapp/trident/config

0 commit comments

Comments
 (0)