summaryrefslogtreecommitdiff
path: root/.pylintrc
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-20 09:38:42 +0000
commitdc3de1a4b8d63f98d748a852db1462fd7d791eeb (patch)
tree5a1fd31971908d8f4574fcb451ba09faaa8ad40d /.pylintrc
parentda439e6658049bb79ca471f4eeac401e70c548f1 (diff)
downloadbuildstream-dc3de1a4b8d63f98d748a852db1462fd7d791eeb.tar.gz
tests:lint: enable pylint
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 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.