Skip to content

Commit

Permalink
Fix linter target
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Taprogge authored and wonderhoss committed Sep 13, 2019
1 parent b4d4629 commit 4a46da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ vet: vendor
$(GO) vet ./...

.PHONY: lint
lint:
lint: vendor
@ echo "$(GREEN)Linting code$(NC)"
$(LINTER) run --disable-all \
--exclude-use-default=false \
Expand Down
2 changes: 1 addition & 1 deletion repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ package gitstore
import (
"context"
"fmt"
"strings"
"sync"
"time"
"strings"

"github.com/gobwas/glob"
git "gopkg.in/src-d/go-git.v4"
Expand Down

0 comments on commit 4a46da6

Please sign in to comment.