Skip to content

Commit

Permalink
pre-commit: disable broken golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Sugu Sougoumarane <[email protected]>
  • Loading branch information
sougou committed Mar 23, 2020
1 parent 9754ab9 commit 8318840
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/git/hooks/golangci-lint
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# We will enable it for everything here, but with most of the linters disabled.
# See: https://github.com/vitessio/vitess/issues/5503

# NOTE(sougou): tool is disabled till it's fixed
exit

GOLANGCI_LINT=$(command -v golangci-lint >/dev/null 2>&1)
if [ $? -eq 1 ]; then
echo "Downloading golangci-lint..."
Expand Down

0 comments on commit 8318840

Please sign in to comment.