From bd2f1249cd48bd23d151fff5cb5951b5b8f7f19e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 15 Oct 2019 10:32:58 +0300 Subject: Change: disable pylint, it keeps failing randomly Or rather, new versions add new checks, and I'm tired of chasing it. --- check | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'check') diff --git a/check b/check index 913f21d..f9360cc 100755 --- a/check +++ b/check @@ -71,11 +71,11 @@ then title pycodestyle pycodestyle ick2 $python_sources - if command -v pylint3 > /dev/null - then - title pylint3 - pylint3 --rcfile pylint.conf $python_sources - fi + # if command -v pylint3 > /dev/null + # then + # title pylint3 + # pylint3 --rcfile pylint.conf $python_sources + # fi fi if [ "$yarns" = yes ] -- cgit v1.2.1