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

Is it possible to export the scan result to html files? Ideally, there is a"export" button and it generates an index.html, with links point to respective html files.

enhancement

With the last updates of Idea and the plugin I get following error. If I press reload config it work for an short time but then it appears again. OS:...

I've set up a few scopes in my project where some modules belong to one scope and some other modules belong to another. I'd like to configure the Checkstyle plugin...

I believe this is essentially the gradle counterpart for #107. It'd be great if the plugin can honor the existing checkstyle settings in the project gradle build files, at the...

At present the component data of `ConfigurationLocations` are used to track their identity when editing in the UI. This blocks editable items. We should introduce a way to track identity...

tech-debt

IDEA 2018.2.5 Ultimate and Community, Windows 10 MacOS High Sierra Multi-module maven project. Checkstyle-IDEA 5.23.0 Project Structure > Modules > [module] > Checkstyle tab select "Exclude this module from all...

I am currently using the Bundled Google Checks and I want to import it into IDEA for formatting (https://github.com/jshiell/checkstyle-idea/issues/126) and also be able to run checkstyle from Gradle. There doesn't...

Plugin crashes when using xpath based suppressions added in 8.6. #397 prevents the plugin from crashing but doesn't add support for xpath filters.

Currently it is only possible to select one XML check file and have the project/whatever checked against this very file. It could come handy, if one could select and use...

enhancement

As a different approach to #199, I'd like to always use the latest major or latest minor version of Checkstyle. In IDEA's settings, I can choose from a large dropdown...