checkstyle-idea icon indicating copy to clipboard operation
checkstyle-idea copied to clipboard

CheckStyle plug-in for IntelliJ IDEA

Results 71 checkstyle-idea issues
Sort by recently updated
recently updated
newest added

I only care about errors. When the pre-commit check finds warnings or errors in the scanned files there's no way for me to tell which kind the issues are that...

As a better fix for #628 https://plugins.jetbrains.com/docs/intellij/dialog-wrapper.html?from=jetbrains.org#input-validation

tech-debt

Hello, At our team we are using the checkstyle IDEA plugin and we use the codestyle formatting feature. Now I want to add a custom checkstyle rule developed by a...

I'm experiencing a parsing error in Checkstyle with the message: "The source file could not be parsed by Checkstyle." This issue arises when using character literals like 'Ä'. Replacing these...

I have updated the latest version of intellij idea. after updating my version, I have found that some validations are not working properly. i.e. I have provided validation that at...

I've been using the plugin for more than 3 weeks. It was working fine. Due to some problems, I needed to set the code base up again. With same version...

CheckStyleCodeStyleImporter doesn't seem to set the [arrangement rules](https://www.jetbrains.com/help/idea/rearrange-code.html#configure-rules) based on the [DeclarationOrder](https://checkstyle.sourceforge.io/checks/coding/declarationorder.html) check. It would be great if it did in order to prevent checkstyle errors when rearranging code.

It would have been nice if `$projectDir/config/checkstyle/checkstyle.xml` was automatically picked up from project.

When I try to add the checkstyle rules, the following message appears The Checkstyle suppression filter file was not found and will be ignored ![Captura de Tela 2023-04-28 às 17...

I am trying to write a separate detection logic using AbstractCheck. To apply this, I need to add related information to checkstyle_packages.xml, but it seems that only checkstyle.xml file is...