github.com/alecthomas/golangci-lint@v1.4.2-0.20180609094924-581a3564ff68/Makefile (about) 1 test: 2 go install ./cmd/... 3 golangci-lint run -v 4 golangci-lint run --fast --no-config -v 5 golangci-lint run --no-config -v 6 golangci-lint run --fast --no-config -v ./test/testdata/typecheck.go 7 go test -v -race ./... 8 9 assets: 10 svg-term --cast=183662 --out docs/demo.svg --window --width 110 --height 30 --from 2000 --to 20000 --profile Dracula --term iterm2 11 12 readme: 13 go run ./scripts/gen_readme/main.go 14 15 check_generated: 16 make readme && git diff --exit-code # check no changes 17 18 .PHONY: test