summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-21 20:28:20 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-21 20:28:20 +0300
commit8955d21dc73c65caa89fa491dbd76c5c02821a46 (patch)
tree42123d3e7974f953653e6690ba2fa9075ba2ad24 /check
parent72b6e0081739ff9936ed52b1830aa53de6e8a4d5 (diff)
downloadick2-8955d21dc73c65caa89fa491dbd76c5c02821a46.tar.gz
Change: disable pylint3 until it works in Debian sid again
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/check b/check
index 4ba5b42..cbe69bf 100755
--- a/check
+++ b/check
@@ -85,8 +85,8 @@ then
title pycodestyle
pycodestyle ick2 $python_sources
- title pylint
- pylint3 --rcfile pylint.conf $python_sources
+# title pylint
+# pylint3 --rcfile pylint.conf $python_sources
fi
if [ "$yarns" = yes ]