From 671e1a2d20bffcec8be2f88b5801da912c9f42ad Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 31 Jul 2018 15:57:22 +0300 Subject: Fix: check --- check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check b/check index 13d781f..3ee40c7 100755 --- a/check +++ b/check @@ -68,8 +68,8 @@ pycodestyle qvisqve qvisqve_secrets if command -v pylint3 > /dev/null then - # title "Static checking" - # pylint3 -j0 --rcfile pylint.conf qvisqve qvisqve_secrets + title "Static checking" + pylint3 -j0 --rcfile pylint.conf qvisqve qvisqve_secrets fi title "Run yarns" -- cgit v1.2.1