checkstyle icon indicating copy to clipboard operation
checkstyle copied to clipboard

Issue #15664: added support to check for K & R Style blocks in google_checks.xml

Open Zopsss opened this issue 1 year ago • 2 comments

part of #15664

suppression taken from https://github.com/checkstyle/checkstyle/issues/15664#issuecomment-2408964272

There are some false-positives which got introduced after using the new suppression, I tried to solve it locally but couldn't find a way to suppress it. Build will fail so ignore it, I will fix it once we find a perfect suppression

Zopsss avatar Oct 16 '24 19:10 Zopsss

https://github.com/checkstyle/checkstyle/pull/15782 supplemental PR is sent, I will rebase and remove extra changes at AbstractItModuleTestSupport.java ( it was debugging code for my local testing ) in this PR once it is merged.

Zopsss avatar Oct 17 '24 16:10 Zopsss

PR rebased

Zopsss avatar Oct 17 '24 18:10 Zopsss

I am closing this PR, as it lost functional changes, and we moved all leftover problems to separate issues

romani avatar Oct 21 '24 19:10 romani