Skip to content

Commit

Permalink
temp: disable unparam
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Jan 30, 2019
1 parent e5f506b commit edd25a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ init:
dep status

lint:
# --enable=unparam
golangci-lint run \
--disable-all \
--exclude-use-default=false \
Expand All @@ -26,7 +27,6 @@ lint:
--enable=deadcode \
--enable=unconvert \
--enable=misspell \
--enable=unparam \
--enable=prealloc \
--enable=nakedret \
./...
Expand Down

0 comments on commit edd25a0

Please sign in to comment.