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

My team at work uses a third party check that we developed internally. We haven't open sourced it yet but it's available on a company-internal server. I'd like to add...

Current guess is [source sets being added to the test classpath](https://github.com/JetBrains/gradle-intellij-plugin/commit/9530b23838b98dcab9cd854ecea1ef9ec20193a8). [Release notes](https://github.com/JetBrains/gradle-intellij-plugin/releases/tag/v1.8.0)

We have a main CheckStyle configuration, and a few exceptions for test src. So we are using a suppressions xml file for example: `` When a test file is opened,...

Hello, I was trying to import this checkstyle.xml file https://github.com/confluentinc/common/blob/master/build-tools/src/main/resources/checkstyle/checkstyle.xml on the Settings -> Code Style -> Java -> Import Checkstyle configuration, but when I give the file to the...

waiting-for-response

Since one of the last updates (sorry, can't say for sure which one) the variable `$PROJECT_DIR$` in the file `checkstyle-idea.xml` is replaced with absolute paths which changes the file and...

In the CheckStyle window, there is a button with hovertext that says > Check All Modified Files When this button is clicked, the files it considers include - edited and...

I have a checkstyle rule file with the following config for suppressions: ``` ``` I have imported this rule to checkstyle-idea and provided the value `checkstyle-suppressions.xml` for the variable `checkstyle.suppression.filter`...

Hi Jshiell, after upgrading to the latest version I've noticed the following issue: if a project has a file `commons-logging.properties` in its classpath with the following content defined: ``` org.apache.commons.logging.Log=de.hybris.platform.util.logging.CommonsHybrisLog4jWrapper...

Checkstyle plugin settings are project specific in IDEA: if I want to use a different checkstyle version and use a custom configuration file I have to repeat this set up...

We have a custom `checkstyle-extensions.jar` at the root of our project. Our `.idea/checkstyle-idea.xml`: ```xml ``` When we change `checkstyle-extensions.jar` we see that this file is locked by a Java process,...