jshiell / checkstyle-idea

CheckStyle plug-in for IntelliJ IDEA
https://plugins.jetbrains.com/plugin/1065-checkstyle-idea
Other
883 stars 160 forks source link

error when im trying to add a checkstyle_rules.xml #611

Closed lurafonso closed 5 months ago

lurafonso commented 1 year ago

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 44 03

IntelliJ IDEA 2023.1.1 (Ultimate Edition) CheckStyle-IDEA (5.78.0)

jshiell commented 1 year ago

That indicates it can't find the referenced suppression filter file. There's a bunch of heuristics we use to find it.

Can you please add your rules files, and desribe where the files are on disk and in relation to your project?

jshiell commented 1 year ago

Although if you're just using this for code style, not for the checks, then this warning can be ignored.

jshiell commented 5 months ago

Closing due to no further information