amitdev / PMD-Intellij

Plugin for doing static analysis in Intellij using PMD
http://plugins.intellij.net/plugin/?id=1137
MIT License
67 stars 22 forks source link

Scan before commit feature ignores "skip test sources" setting #42

Open zman0900 opened 7 years ago

zman0900 commented 7 years ago

Version = 1.8.3

I have the PMD plugin configured to skip test sources, and this works correctly when manually running a scan. The setting is ignored when running the scan automatically before a git commit, causing unwanted PMD problems to be reported.

zman0900 commented 5 years ago

Also, the "skip test sources" check box in settings in reset to un-checked every time IntelliJ is restarted.