summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-07-22 15:17:42 +0100
committerBenjamin Schubert <contact@benschubert.me>2019-07-26 08:55:26 +0100
commitfada80df076fc1ccf3991a3f9344c68a1db8bcda (patch)
treeaa4dc37194b68dced5c5d1bb55ce13f06f3e396e /.pylintrc
parent6d70e5d432bd1197012201d00ecbe84d31725e7d (diff)
downloadbuildstream-fada80df076fc1ccf3991a3f9344c68a1db8bcda.tar.gz
loadelement: Move loadelement to Cython
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
index e07219a41..cb4967a2f 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -6,6 +6,7 @@
extension-pkg-whitelist=
buildstream.node,
buildstream._loader._loader,
+ buildstream._loader.loadelement,
buildstream._loader.types,
buildstream._utils,
buildstream._variables,