Operating system: Windows
SonarLint plugin version: 7.4.0.60471
Programming language you’re coding in: Java
Is connected mode used: Yes
- Connected SonarQube Community Version
Rules 1107 and 1108 are both contradicting each other.
Rule 1107 says : Closing curly brace and next “else”,“catch” or “finally” keywords should be located on the same line.
Rule 1108 says : Closing curly brace and next “else”,“catch” or “finally” keywords should be on two different lines.