Skip to content

fix: linter errors

Furkan Türkal requested to merge Dentrax/release-cli:fix/lint-errors into master

Fixes #123 (closed)

Signed-off-by: Furkan furkan.turkal@trendyol.com

$ golangci-lint --version
golangci-lint has version 1.42.1 built from 54f4301d on 2021-09-06T17:05:10Z

$ golangci-lint run -v
...
Execution took 1.010723252s

$ echo $?
0

$ go test -v ./...
$ echo $?
0

Hey! It's my first MR in this repo!

PTAL @jaime

Edited by Furkan Türkal

Merge request reports