summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-18 10:54:52 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-18 10:54:52 +0300
commit10c8d06188fc7fd11d305f6f9aee34ffe607cf26 (patch)
treee7771c7e449b4850034d8dee3d87342a4c4d529c
parentc480ec8272f508863abc9b846dea413ff61f08b0 (diff)
downloadick2-10c8d06188fc7fd11d305f6f9aee34ffe607cf26.tar.gz
Drop: copyright statement and pylint checks
-rwxr-xr-xcheck14
1 files 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 ]