I have read check documentation: https://checkstyle.org/checks/xxxxxx/nameofaffectedcheck.html
During GSoC 2024, a huge effort was made to improve Checkstyle's Google config coverage, but there's still a lot of work left. A few rules were not fully implemented or followed. These are marked with blue-tick checks on the coverage page.
It is discovered that some blue-tick checks are missing proper descriptions as on what part of the rule is blocking from being Green ticked. These are:
Describe the solution you'd like
For each check, we need to:
- Identify which part of the rule was not properly implemented or followed.
- Update the description on the coverage page to accurately reflect the missing/incorrect behavior.
I have read check documentation: https://checkstyle.org/checks/xxxxxx/nameofaffectedcheck.html
During GSoC 2024, a huge effort was made to improve Checkstyle's Google config coverage, but there's still a lot of work left. A few rules were not fully implemented or followed. These are marked with blue-tick checks on the coverage page.
It is discovered that some blue-tick checks are missing proper descriptions as on what part of the rule is blocking from being Green ticked. These are:
Describe the solution you'd like
For each check, we need to: