summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-20 11:12:00 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-20 11:12:00 +0300
commit684f9698e8e3203a41c587f24e501d1c0a338c72 (patch)
tree3487feb74e409b32d569c792b875b4c48f3c8817 /check
parent4248300d1780d850228b5c3e3d7dc1afcc9b138f (diff)
downloadqvisqve-684f9698e8e3203a41c587f24e501d1c0a338c72.tar.gz
Add: run pylint in ./check
Diffstat (limited to 'check')
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/check b/check
index 208bbfa..ccaafe2 100755
--- a/check
+++ b/check
@@ -20,5 +20,6 @@ set -eu
python3 -m CoverageTestRunner --ignore-missing-from=without-tests
pep8 apifw slog qvarn
+pylint --rcfile pylint.conf apifw slog qvarn
yarn apifw.yarn "$@"