Skip to content

Commit

Permalink
fix: remove broken lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Jun 5, 2024
1 parent 57aae9b commit e4afd68
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 440 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,6 @@ importfmt: get-fmt-deps
@echo "Formatting the imports..."
goimports -w $(GO_DEPENDENCIES)

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

.PHONY: all
all: fmt build test lint

Expand Down
Loading

0 comments on commit e4afd68

Please sign in to comment.