Skip to content

Commit

Permalink
feat: add linter and fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
macox committed Jun 19, 2020
1 parent b463539 commit a2cabc2
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ importfmt: get-fmt-deps
@echo "Formatting the imports..."
goimports -w $(GO_DEPENDENCIES)

.PHONY: lint
lint: ## Lint the code
./hack/linter.sh

.PHONY: modtidy
modtidy:
$(GO) mod tidy

Expand Down
Loading

0 comments on commit a2cabc2

Please sign in to comment.