issues
search
Consensys
/
teku
Open-source Ethereum consensus client written in Java
https://consensys.io/teku
Apache License 2.0
679
stars
284
forks
source link
Enable more errorprone experimental checks
#8763
Closed
jtraglia
closed
4 weeks ago
jtraglia
commented
4 weeks ago
PR Description
This PR does the following:
Update errorprone to the latest version.
Sort the list of experimental checks.
Enable & fix findings for the following:
https://errorprone.info/bugpattern/NonFinalStaticField
https://errorprone.info/bugpattern/UseCorrectAssertInTests
https://errorprone.info/bugpattern/UnnecessaryTestMethodPrefix
https://errorprone.info/bugpattern/TruthContainsExactlyElementsInUsage
https://errorprone.info/bugpattern/StringFormatWithLiteral
Documentation
[x] I thought about documentation and added the
doc-change-required
label to this PR if updates are required.
Changelog
[x] I thought about adding a changelog entry, and added one if I deemed necessary.
PR Description
This PR does the following:
Documentation
doc-change-required
label to this PR if updates are required.Changelog