summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
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 ]