Skip to content

roistat/docker-golangci-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GolangCI Lint

GolangCI-Lint is a linters aggregator. It's fast: on average 5 times faster than gometalinter. It's easy to integrate and use, has nice output and has a minimum number of false positives.

Container is based on golang:latest and includes golangci-lint and custom configuration. You can put .golangci.yaml into your project root to override it.

Lint your project:

docker run --rm -t \
	-v $(GOPATH)/src/package/name:/go/src/package/name \
	-w /go/src/package/name \
	roistat/golangci-lint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published