PMD-Intellij
PMD-Intellij copied to clipboard
Store configuration in separate file
Currently, the configuration of this plugin is stored in .idea/misc.xml. It would be nice if the configuration was in dedicated file so that developers can share it via VCS. Sharing misc.xml is not good, because developers might actually have different plugins installed and this would create clashes.
As an example, checkstyle plugin has its own checkstyle-idea.xml file