From e19b65c2cf05cf7f220a197592ac6803d0170762 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Sep 2017 17:46:20 +0300 Subject: Add: run pylint in check --- check | 3 +++ 1 file changed, 3 insertions(+) (limited to 'check') 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 \ -- cgit v1.2.1