summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-11-02 09:14:51 +0200
committerLars Wirzenius <liw@liw.fi>2019-11-02 09:14:51 +0200
commit8f2cc46439d30345fe3bb79a7e653b4ef5fdec52 (patch)
tree07d76b2bc52eb5de3cdb872d015bd1a3658cf792
parent1549ef9fce8474bfda92884c30a849f6e3120476 (diff)
downloadvmdb2-8f2cc46439d30345fe3bb79a7e653b4ef5fdec52.tar.gz
Drop: pylint from check
pylint keeps adding new checks, and I can't keep up with disabling them. It's easier to just not use it on every commit.
-rwxr-xr-xcheck1
1 files changed, 0 insertions, 1 deletions
diff --git a/check b/check
index 6945e81..2d3d52c 100755
--- a/check
+++ b/check
@@ -3,7 +3,6 @@
set -eu
python3 -m CoverageTestRunner --ignore-missing-from=without-tests yarns vmdb
-pylint3 --rcfile pylint.conf vmdb
yarn \
--shell=python2 \
--shell-arg '' \