Version
What package version of the SDK are you using.
IntelliJ CheckStyle plugin version greater or equal than 8.24
Describe the bug
Give a clear and concise description of what the bug is.
The CheckStyle rules cannot be consumed by the CheckStyle plugin greater or equal than 8.24 using IntelliJ.
To Reproduce
Steps to reproduce the behavior:
- Install the CheckStyle plugin in IntelliJ
- Go to the CheckStyle settings in IntelliJ
- Select a version greater or equal 8.24
- Consume the CheckStyle rules
- See the mentioned error
Expected behavior
Give a clear and concise description of what you expected to happen.
Support all the versions of the IntelliJ's CheckStyle plugin using the CheckStyle rules.
Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.
We found the following alternatives to tackle the issue:
- Update the CheckStyle rules to support all the versions of the IntelliJ Checkstyle plugin
- Update the main README of the repository clarifying the supported version of IntelliJ CheckStyle plugin for CheckStyle rules
Our favourite alternative is the 1 because the rules will be supported by all the versions.