Skip to content

Commit

Permalink
feat: add command staticcheck in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
isaqueveras committed Mar 12, 2023
1 parent 4c1b351 commit 1c9e110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ lint:

swag:
swag init -g main.go --output docs

check:
staticcheck ./...

0 comments on commit 1c9e110

Please sign in to comment.