Skip to content

Commit

Permalink
chore: add deadcode script
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Aug 16, 2024
1 parent 2ef25b3 commit 3f5ada8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ lint_diff:
golangci-lint run $$(echo $(DIFF_FILE))
mockgen:
go generate ./...
deadcode:
deadcode ./...
shadow:
find . -type f -name '*.go' | sed -e "s/\/[^\.\/]*\.go//g" | uniq | xargs shadow
cognit:
Expand Down

0 comments on commit 3f5ada8

Please sign in to comment.