Skip to content

Commit

Permalink
fix(golang): remove deadcode checker (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu authored Dec 15, 2021
1 parent 47f414f commit da378b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hooks/golang/golangci-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ lint_all () {
--out-format colored-line-number \
--color always \
--enable asciicheck \
--enable deadcode \
--enable durationcheck \
--enable errcheck \
--enable exportloopref \
Expand Down

0 comments on commit da378b8

Please sign in to comment.