Add jenkins and xdg to known 3rdparty 73/13373/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 7 Nov 2018 03:49:45 +0000 (11:49 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 7 Nov 2018 03:49:58 +0000 (11:49 +0800)
Change-Id: Ica655586a045d6aaca226e667e1f3eb1edf1dad3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.coafile

index c52cb59..5d095a6 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -35,10 +35,12 @@ files = lftools/**.py
 ignore += docs/conf.py
 known_first_party_imports = lftools
 known_third_party_imports =
+    jenkins,
     pytest,
     six,
     shade,
     ruamel.yaml,
+    xdg,
     yaml
 pydocstyle_ignore = D203, D213, D301
 max_line_length = 120