summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-15 10:32:58 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-15 10:32:58 +0300
commitbd2f1249cd48bd23d151fff5cb5951b5b8f7f19e (patch)
treeb3b84feee0980034b54189658b1de679e0d792ab
parent624e50ee49bf07f5185df98e156d3b375252ac90 (diff)
downloadick2-bd2f1249cd48bd23d151fff5cb5951b5b8f7f19e.tar.gz
Change: disable pylint, it keeps failing randomly
Or rather, new versions add new checks, and I'm tired of chasing it.
-rwxr-xr-xcheck10
1 files changed, 5 insertions, 5 deletions
diff --git a/check b/check
index 913f21d..f9360cc 100755
--- a/check
+++ b/check
@@ -71,11 +71,11 @@ then
title pycodestyle
pycodestyle ick2 $python_sources
- if command -v pylint3 > /dev/null
- then
- title pylint3
- pylint3 --rcfile pylint.conf $python_sources
- fi
+ # if command -v pylint3 > /dev/null
+ # then
+ # title pylint3
+ # pylint3 --rcfile pylint.conf $python_sources
+ # fi
fi
if [ "$yarns" = yes ]