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 d410ba0..1cca3c1 100755
--- a/check
+++ b/check
@@ -45,13 +45,13 @@ then
./is-agpl3+ $sources
fi
-python_sources="ick_controller.py worker-manager ick2"
+python_sources="ick_controller.py worker_manager ick2"
title pycodestyle
pycodestyle ick2 $python_sources
title pylint
-pylint3 --rcfile pylint.conf ick2 $python_sources
+pylint3 --rcfile pylint.conf $python_sources
title Yarns
yarn yarns/*.yarn \