Prohibit brackets after method signature in Java code

Sonar has the rule squid:S1195 Array designators "[]" should be located after the type in method signatures

This rule is enabled by default in the "Sonar way" quality profile for Java and classifies this as "Code Smell", default severity "minor".

SonarLint should therefore highlight the code in the question - in my test, the eclipse-plugin "SonarLint for Eclipse" version 4.0.0.201810170711 correctly placed a marker at the opening bracket after the method declaration (in a project without a configured SonarQube server connection). Eclipse version was 2018-09 (4.9.0).