From ec98a47133723f079d9cae27708cdb6d62ef87ba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 31 Jul 2018 16:00:22 +0300 Subject: Change: disable pylint --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check b/check index 3ee40c7..eae4db2 100755 --- a/check +++ b/check @@ -69,7 +69,7 @@ pycodestyle qvisqve qvisqve_secrets if command -v pylint3 > /dev/null then title "Static checking" - pylint3 -j0 --rcfile pylint.conf qvisqve qvisqve_secrets +# pylint3 -j0 --rcfile pylint.conf qvisqve qvisqve_secrets fi title "Run yarns" -- cgit v1.2.1