Skip to content

Commit

Permalink
Fixes linting
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Mar 6, 2021
1 parent 5747f35 commit fd19510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -230,7 +230,7 @@ vet:
# Default vet
$(GO) vet $(GO_PACKAGES)
# Custom vet
$(GO) build -mod=vendor code.gitea.io/gitea-vet
$(GO) build -mod=vendor gitea.com/unfoldingword/gitea-vet
$(GO) vet -vettool=gitea-vet $(GO_PACKAGES)

.PHONY: $(TAGS_EVIDENCE)
Expand Down
2 changes: 1 addition & 1 deletion modules/door43metadata/door43metadata.go
Expand Up @@ -5,11 +5,11 @@
package door43metadata

import (
"code.gitea.io/gitea/modules/base"
"fmt"
"reflect"

"code.gitea.io/gitea/models"
"code.gitea.io/gitea/modules/base"
"code.gitea.io/gitea/modules/git"
"code.gitea.io/gitea/modules/log"
"code.gitea.io/gitea/modules/structs"
Expand Down

0 comments on commit fd19510

Please sign in to comment.