summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-20 11:30:42 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-20 11:30:42 +0300
commitfb5375e384515ac6a3be6b8fa56f1a454f969d16 (patch)
tree3782488972cda462e1066d8cc31d70eaeaa8a5fe /check
parent684f9698e8e3203a41c587f24e501d1c0a338c72 (diff)
downloadqvisqve-fb5375e384515ac6a3be6b8fa56f1a454f969d16.tar.gz
Add: pylint.conf, fix pylint complaints
Pylint is fairly eager to whinge. This pylint.conf silences the warnings I disagree with.
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index ccaafe2..e55ca8a 100755
--- a/check
+++ b/check
@@ -20,6 +20,6 @@ set -eu
python3 -m CoverageTestRunner --ignore-missing-from=without-tests
pep8 apifw slog qvarn
-pylint --rcfile pylint.conf apifw slog qvarn
+pylint3 -j0 --rcfile pylint.conf apifw slog qvarn
yarn apifw.yarn "$@"