Skip to content

Commit

Permalink
lint: disable unparam
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Aug 30, 2018
1 parent 8b40861 commit 4f9ad98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ lint:
--disable="gochecknoglobals" \
--disable="gochecknoinits" \
--disable="maligned" \
--disable="unparam" \
--deadline=300s \
-j $(PROCS)
@echo "ok"
Expand Down

0 comments on commit 4f9ad98

Please sign in to comment.