Golang build image with tools for check go programs.
1.1K
Golang build image with tools for check go programs.
See example
# https://habr.com/company/roistat/blog/413175/
# https://github.com/golangci/golangci-lint
linters-settings:
govet:
check-shadowing: true
golint:
min-confidence: 0
gocyclo:
min-complexity: 30
maligned:
suggest-new: true
dupl:
threshold: 100
goconst:
min-len: 2
min-occurrences: 2
linters:
enable-all: true
Content type
Image
Digest
Size
170.1 MB
Last updated
over 8 years ago
docker pull imkulikov/golangci