-
Notifications
You must be signed in to change notification settings - Fork 155
SuppressionFilter with ${baseDir} and notifications #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
As a simple solution I can turn off checkstyle notification in IDEA |
Thanks for the report! We currently don't support the On the exclude files, I'll have a look at what's going on - it's entirely possible it's resolving it once and then failing to do so again, as |
As of 4.29.0 the Part two will have to wait a bit I fear, as my head is mush with hay fever 😄 |
I have a problem on my environment:
Idea 2016.1.2
Checkstyle-IDEA 4.28.1
checkstyle "6.17"
I have checkstyle config
I've added baseDir variable to checkstyle plugin configuration.
" The Checkstyle suppression filter file was not found and will be ignored"
I want to turn it off in some way. You can see that this file is optional for checkstyle config
I use gradle multi module project. Checkstyle plugin configuration for gradle is configured in one place in the next way
baseDir is overridden for each gradle module. I create checkstyle-exclude.xml per module if I need it.
The possible problem is that checkstyle IDEA plugin requires only one fixed exclude rule file.
The text was updated successfully, but these errors were encountered: