Bug 1357629 - Add httpclientandroidlib to .inferconfig ignore list r?nalexander,njpark draft
authorAndrzej Hunt <ahunt@mozilla.com>
Tue, 18 Apr 2017 20:05:25 -0700
changeset 564884 0589cc87b47a619019f2c68325e53a8bd006ce6c
parent 564859 1a1ce9e5142f6f5cbc73a5ed41e727dbf44346c7
child 565125 61797989533b24fde3da77b365f41f7202f7608c
push id54719
push userahunt@mozilla.com
push dateWed, 19 Apr 2017 04:22:39 +0000
reviewersnalexander, njpark
bugs1357629
milestone55.0a1
Bug 1357629 - Add httpclientandroidlib to .inferconfig ignore list r?nalexander,njpark We probably don't want to tackle these issues since httpclientandroidlib is already deprecated, and we have more pressing infer issues in the main app. (We can always reenable if needed, but this means we can more rapidly get to a state of 0 infer reports, allowing use of infer to catch newly introduced issues in the core app.) MozReview-Commit-ID: 2jMlrh68kOE
.inferconfig
new file mode 100644
--- /dev/null
+++ b/.inferconfig
@@ -0,0 +1,7 @@
+{
+    "infer-blacklist-path-regex": [
+        // This is full of issues, and is a dependency we need to discard
+        // sooner rather than later anyway:
+        "mobile/android/thirdparty/ch/boye/httpclientandroidlib"
+    ]
+}
\ No newline at end of file