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 have loaded checkstyle.xml into the intellij formatter with the following separator wraps: ``` ``` yet when i format ``` this.idMatcher = new IdMatcher(config.getRegexCacheSize(), diagnosticMode, properties.getIncludedFileExtensions(), properties.getExcludedFileExtensions(), properties.getIncludedFilenameRegexes(), properties.getExcludedFilenameRegexes()); ```...

I have a project with a custom checkstyle plugin setting. Now I've also setup a default setting for checkstyle. Now I want to remove the project specific settings so the...

FLUP from #334 Currently, clicking edit on a configuration opens a dialog where you can change variables. It'd be nice to be able to edit the name / file path...

To reuse and make the size of the configuration file manageable it could be a good practice to split the checkstyle configuration into multiple XML files and DTD entity declarations...

Hi there: Android Studio 3.0.1 Gradle 4.1 Checkstyle 7.8.2 checkstyle-idea 5.12.1 When adding new configuration file, it reported error like this: org.infernus.idea.checkstyle.exception.CheckStylePluginException: The Checkstyle rules file could not be parsed.cannot...

error: '{' is not preceded with whitespace. com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck ``` if (eventBus != null){ } ``` or ``` public void onTakeView(NotificationsView view){ } ```

com.puppycrawl.tools.checkstyle.checks.blocks.EmptyBlockCheck ``` if (eventBus != null){ } ```

When setting LineLength in the checkstyle configuration and importing this configuration to intellij, the ensure right margin is not exceeded doesn't get checked, which doesn't make sense as we want...

We run a lot of projects and would love it if we could store the checkstyle configurations globally, and then enable them on a specific project.

![default](https://user-images.githubusercontent.com/3135203/27210561-f541745c-5285-11e7-81ca-e10ba11ed962.png)