summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-10-28 16:39:32 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-10-28 16:39:32 +0000
commitbc6bffeff7314add8df839917dcb744d04c90950 (patch)
tree8ff740c4677a857c7f64d82148a4311429981c8c
parent918f07cc075db5891d9429c0c54cb70143249375 (diff)
parent0c295ce50924d6c2526bdc1290a8d2768b525aaf (diff)
downloadbuildstream-bc6bffeff7314add8df839917dcb744d04c90950.tar.gz
Merge branch 'chandan/pylint-c-extension-ujson' into 'master'
.pylintrc: Add ujson to extension-pkg-whitelist See merge request BuildStream/buildstream!1672
-rw-r--r--.pylintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 0ed9280b7..6499644a9 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -11,7 +11,8 @@ extension-pkg-whitelist=
buildstream._types,
buildstream._utils,
buildstream._variables,
- buildstream._yaml
+ buildstream._yaml,
+ ujson
# Add files or directories to the blacklist. They should be base names, not
# paths.