summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-07-15 17:30:59 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-17 09:04:08 +0000
commite8ddeef1ce55076a08106f4b4ffb074618f66b19 (patch)
treedfe55e5b1ae0dbd62f2b883d38df2a3ae8aa9f84 /.pylintrc
parentef7bf9ddae536221589f52654fb7e2aed1319cd6 (diff)
downloadbuildstream-e8ddeef1ce55076a08106f4b4ffb074618f66b19.tar.gz
utils: Extract 'url_directory_name' to a cython module
`url_directory_name` is heavily called from any downloadable source plugin, and moving it to cython gives a more than 10x speedup
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
index 63ff1b756..e07219a41 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -7,6 +7,7 @@ extension-pkg-whitelist=
buildstream.node,
buildstream._loader._loader,
buildstream._loader.types,
+ buildstream._utils,
buildstream._variables,
buildstream._yaml