commit | 5e8efcd3256c654576900bfb929c07450ba2932f | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Mon Dec 28 18:54:01 2020 +0100 |
committer | David Ostrovsky <david@ostrovsky.org> | Mon Dec 28 18:56:16 2020 +0100 |
tree | fab8685eb6e48d206987c16839950fea5fa760a1 | |
parent | 95d5e0917f6236554aa23521b06fb67fa17e1ef2 [diff] |
Disable DoNotMock Error Prone check Recent Bazel upgrades Error Prone to major version 2.4.0, that is much stricter now. In addition, starting from guava 29.0-jre, Cache class was annotated with DoNotMock Error Prone annotation: [1]. Disable the bug pattern, because without using the mock as advertized by the check would break the corresponding mockito verifications. [1] https://github.com/google/guava/commit/4eea0f79c27864039a653ec4ca09ef7585e439fc Change-Id: Ia118ef9eb0c0adb1480488a7b97a0d77a7b31322