Skip to content

Commit

Permalink
Also run a goimports check.
Browse files Browse the repository at this point in the history
  • Loading branch information
corywalker committed Nov 2, 2018
1 parent adf2cf7 commit 20439b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -14,8 +14,10 @@ go_import_path: github.com/corywalker/expreduce

install:
- go get -u github.com/golang/lint/golint
- go get golang.org/x/tools/cmd/goimports
script:
- 'golint ./... | grep -v "be unexported" | grep -v "resourcesRubi"'
- goimports -l . | grep -v resources.go
- go test -v ./...
- go test -v -race ./... -run Concurrency

Expand Down
3 changes: 2 additions & 1 deletion utils/factorout/factorout.go
Expand Up @@ -4,10 +4,11 @@ import (
"bytes"
"flag"
"fmt"
"github.com/corywalker/expreduce/expreduce"
"log"
"regexp"
"strings"

"github.com/corywalker/expreduce/expreduce"
)

var modules = flag.String("modules", "",
Expand Down

0 comments on commit 20439b2

Please sign in to comment.