summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-19 19:24:36 +0000
committerBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-19 19:29:28 +0000
commit3c51bdb1c2b513704d5e94e7ddbe3900de3a6992 (patch)
treecf99f253430a37ee76c52390be82b559d5b6358e
parent6b0051886c95b71148ca926e46fb2d6934b5b649 (diff)
downloadbuildstream-bschubert/linter-for-tests.tar.gz
tests:lint: enable pylintbschubert/linter-for-tests
-rw-r--r--.pylintrc2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/.pylintrc b/.pylintrc
index 153a9ef3e..11532bc70 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -7,7 +7,7 @@ extension-pkg-whitelist=
# Add files or directories to the blacklist. They should be base names, not
# paths.
-ignore=CVS,tests,doc
+ignore=CVS,doc
# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.
diff --git a/tox.ini b/tox.ini
index 4f61cccf7..43876b88f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -69,7 +69,7 @@ setenv =
[testenv:lint]
commands =
pycodestyle
- pylint buildstream
+ pylint buildstream tests
deps =
-rrequirements/requirements.txt
-rrequirements/dev-requirements.txt