Bug 1621785 - Follow-up: Fix lint tests. rs=butsage-fix
The third-party code should not be checked, added fixes for remaining failures.
--- a/python/thirdroc/thirdroc/__init__.py
+++ b/python/thirdroc/thirdroc/__init__.py
@@ -1,13 +1,13 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-from __future__ import absolute_import
+from __future__ import print_function, absolute_import
import re
from distutils.version import StrictVersion
VTAG_RE = re.compile(r"^v\d+\.\d+\.\d+$")
def tag2version(tag):
old mode 100755
new mode 100644
--- a/tools/lint/ThirdPartyPaths.txt
+++ b/tools/lint/ThirdPartyPaths.txt
@@ -1,5 +1,10 @@
comm/calendar/libical/src/libical
comm/chat/protocols/matrix/lib
+comm/third_party/bzip2
+comm/third_party/botan
+comm/third_party/json-c
comm/third_party/libgpg-error
comm/third_party/libgcrypt
comm/third_party/libotr
+comm/third_party/rnp
+comm/third_party/zlib