diff --git a/.golangci.yml b/.golangci.yml index ec4f6e9..6b1be55 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -38,6 +38,7 @@ run: - "api_.*\\.go$" - "model_.*\\.go$" - "client.go" + - "configuration.go" # by default isn't set. If set we pass it to "go list -mod={option}". From "go help modules": # If invoked with -mod=readonly, the go command is disallowed from the implicit # automatic updating of go.mod described above. Instead, it fails when any changes