Skip to content

Commit

Permalink
remove golint from make dev-get
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Aug 5, 2017
1 parent 108c929 commit 5a6487c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,7 +1,6 @@
language: go
go:
- tip
- 1.5
- 1.8

script:
# test
Expand Down
4 changes: 0 additions & 4 deletions Makefile
@@ -1,7 +1,6 @@
get-dev:
go get -u golang.org/x/tools/cmd/benchcmp
go get -u golang.org/x/tools/cmd/stringer
go get -u github.com/golang/lint/golint
go get -u github.com/ajstarks/svgo/benchviz
go get -t github.com/c9s/c6/...

Expand All @@ -23,9 +22,6 @@ gofmt:
#TODO: This should fail if any file is changed.
go fmt github.com/c9s/c6/...

lint:
golint github.com/c9s/c6/...

cover:
go test -cover -coverprofile c6.cov -coverpkg github.com/c9s/c6/ast,github.com/c9s/c6/runtime,github.com/c9s/c6/parser,github.com/c9s/c6/compiler github.com/c9s/c6/compiler

Expand Down

0 comments on commit 5a6487c

Please sign in to comment.