New rule java:S8445 disagrees with commony used Google Java Style

Apparently there is a new rule in the default Sonar Way, namely S8445: Group import declarations by specificity. The ordering specified there disagrees with the widely used Google Java Style: Google Java Style Guide

Is it really a good idea for Sonar to make a quasi authoritative choice here? I understand that we can create a custom profile, but I strongly prefer staying with the default Sonar Way, if possible.

Wow, this rule just created 20 new issues across a small repo on the free plan where I can’t customize the quality profile. I 100% agree with Philpp that this is not a good new rule. We also use the Google Java Style Guide. Please don’t enable this rule as the default…