Skip to content

Commit

Permalink
Merge pull request #83 from bmf-san/fix/removed-unnecessary-makecmd
Browse files Browse the repository at this point in the history
アーキテクチャテストのコマンドを削除
  • Loading branch information
bmf-san authored Oct 8, 2023
2 parents e2de611 + 26bc9de commit 9b8c056
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ ifeq ($(shell command -v staticcheck 2> /dev/null),)
cd app && go install honnef.co/go/tools/cmd/staticcheck@latest
endif

.PHONY: go-cleanarch
go-cleanarch: ## Run go-cleanarch.
cd app && go-cleanarch -application usecase

.PHONY: staticcheck
staticcheck: ## Run staticcheck.
cd app && staticcheck ./...
Expand Down

0 comments on commit 9b8c056

Please sign in to comment.