summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck3
1 files changed, 3 insertions, 0 deletions
diff --git a/check b/check
index e7ec643..d410ba0 100755
--- a/check
+++ b/check
@@ -50,6 +50,9 @@ python_sources="ick_controller.py worker-manager ick2"
title pycodestyle
pycodestyle ick2 $python_sources
+title pylint
+pylint3 --rcfile pylint.conf ick2 $python_sources
+
title Yarns
yarn yarns/*.yarn \
--shell python2 \