From 10c8d06188fc7fd11d305f6f9aee34ffe607cf26 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 18 Oct 2019 10:54:52 +0300 Subject: Drop: copyright statement and pylint checks --- check | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/check b/check index 913f21d..ad8b49c 100755 --- a/check +++ b/check @@ -59,8 +59,8 @@ then then sources="$(git ls-files | grep -Fvxf copyright-exceptions)" - title Copyright statements - copyright-statement-lint $sources + # title Copyright statements + # copyright-statement-lint $sources title Copyright licences ./is-agpl3+ $sources @@ -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