Checkstyle has dropped support of the tokens property from CustomImportOrder since #12145
However google_checks.xml still have this property (
|
<property name="tokens" value="IMPORT, STATIC_IMPORT, PACKAGE_DEF"/> |
)
It may be not effective thus good candidate for clean up.
Checkstyle has dropped support of the
tokensproperty fromCustomImportOrdersince #12145However
google_checks.xmlstill have this property (checkstyle/src/main/resources/google_checks.xml
Line 347 in cdee570
It may be not effective thus good candidate for clean up.