summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-02-13 09:11:53 +0200
committerLars Wirzenius <liw@liw.fi>2019-02-13 09:11:53 +0200
commit6fd6acf37cbad73ef929ef6a159073862ad2e048 (patch)
tree741e9a39df59f2941d92234f5dc99b391095c40e /check
parentb1a6e4f44d90b80a48772e2dd89598793a16f48c (diff)
downloadvmdb2-6fd6acf37cbad73ef929ef6a159073862ad2e048.tar.gz
Change: add pylint3 back to check, fix issues it finds
This commit is dedicated to Gunnar.
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 587501b..6945e81 100755
--- a/check
+++ b/check
@@ -3,7 +3,7 @@
set -eu
python3 -m CoverageTestRunner --ignore-missing-from=without-tests yarns vmdb
-#pylint3 --rcfile pylint.conf vmdb
+pylint3 --rcfile pylint.conf vmdb
yarn \
--shell=python2 \
--shell-arg '' \