Issue #15664: added support to check for K & R Style blocks in google_checks.xml
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
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.
PR rebased
I am closing this PR, as it lost functional changes, and we moved all leftover problems to separate issues