Skip to content

Demo of bad interaction between golangci-lint and quicktemplate

Notifications You must be signed in to change notification settings

aaron42net/glci-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

glci-demo

Demo of bad interaction between golangci-lint and quicktemplate

Usage:

go get -u github.com/valyala/quicktemplate
go get -u github.com/valyala/quicktemplate/qtc
go get -u golang.org/x/lint/golint
go get -u github.com/golangci/golangci-lint/...
export PATH="$PATH:$GOPATH/bin"

go get -u -d github.com/aaron42net/glci-demo
cd $GOPATH/src/github.com/aaron42net/glci-demo
go generate ./...

golint ./...
go vet ./...
golangci-lint run --no-config --disable-all -E golint -E govet

About

Demo of bad interaction between golangci-lint and quicktemplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages