Details
Description
After upgrading to the latest IDEA the IDE throws error message when I try to load the checkstyle xml
TreeWalker is not allowed as a parent of LineLength Please review 'Parent Module' section for this Check in web documentation if Check is standard.
This is caused by some backward incompatible changes in checkstyle source code
IDEA uses checkstyle 8.26
We should upgrade our checkstyle version to be compatible with IDEA's checkstyle plugin which is the latest.
Also it's a good time to upgrade maven-checkstyle-plugin as well to 3.1.
Attachments
Attachments
Issue Links
- relates to
-
TEZ-4212 Fix build checkstyle configuration and suppressions dtd URLs
- Resolved