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

Please consider implementing an option to have the plugin insert a suppression comment for the failed rule. E.G. //checkstyle:off HideUtilityClassConstructor.

enhancement

My checkstyle.xml has the following. Still, the inspection complains about these guys, even though all is well running from Maven. ``` ```

From @carstenlaengerer in #56: > I maybe found one more issue. > Now, checkstyle doesn't recognize the SuppressionCommentFilter for the first time a report is done. > After removing and...

bug

In my checks.xml I have the following: ``` xml ``` In idea.log on startup I see that base dir is pointing to `ea.checkstyle.CheckStylePlugin - CheckStyle Plugin loaded with project base...

**What steps will reproduce the problem** 1. Run the style check for big module. 2. A list of problematic files is shown 3. Fix the issues for one or several...

enhancement

It would be nice to have a button (or context menu) to check-style "all" OR "selected" items in the idea search results.

enhancement

It would be very helpful to be able to group results by package or severity. As a committer for a fairly large project, sometimes I just need to see the...

enhancement

In multi-file environments it would be handy to show the file being used for scanning.

enhancement

Errors from CheckStyle (e.g. invalid file) are currently badly handled. The user should receive some suitable feedback for these.

enhancement

This may be related to #430 although this is a relatively new change in behavior. It is adding a "../" every time the project is opened. I have a configuration...