Skip to content

Commit

Permalink
Activate Error Prone check UnnecessarilyFullyQualified
Browse files Browse the repository at this point in the history
It seems the issue on Windows was fixed by
google/error-prone#2404.
  • Loading branch information
PhilippWendler committed Oct 12, 2022
1 parent 74ba4f8 commit 1f002a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.xml
Expand Up @@ -33,7 +33,6 @@ SPDX-License-Identifier: Apache-2.0
- FieldCanBeFinal: not possible for our @Option fields
- InconsistentOverloads: backwards compatibility
- UngroupedOverloads: not worth it
- UnnecessarilyFullyQualified: https://github.com/google/error-prone/issues/2164
- SuppressWarningsWithoutExplanation: TODO
- Varifier: We do not want "var" in most places.
- Interruption: Try again later, not well explained yet.
Expand All @@ -48,7 +47,6 @@ SPDX-License-Identifier: Apache-2.0
-Xep:FieldCanBeFinal:OFF
-Xep:InconsistentOverloads:OFF
-Xep:UngroupedOverloads:OFF
-Xep:UnnecessarilyFullyQualified:OFF
-Xep:SuppressWarningsWithoutExplanation:OFF
-Xep:Varifier:OFF
-Xep:Interruption:OFF
Expand Down

0 comments on commit 1f002a3

Please sign in to comment.