Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
staticcheck now supports modules, re-add
Browse files Browse the repository at this point in the history
  • Loading branch information
ickymettle committed Jan 2, 2019
1 parent 9e4d31f commit b5f9280
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -42,8 +42,7 @@ vet:

staticcheck:
echo ">> $@"
# staticcheck doesn't quite support modules yet
#staticcheck $(SRC_PACKAGES)
staticcheck $(SRC_PACKAGES)

ci: lint vet staticcheck test

Expand Down

0 comments on commit b5f9280

Please sign in to comment.