mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
e52aba5a9b
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 --HG-- extra : rebase_source : 73e75eb0fb4a5eece242d64a624cfe80916208ca
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
{
|
|
"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"
|
|
]
|
|
} |