PMD-Intellij icon indicating copy to clipboard operation
PMD-Intellij copied to clipboard

Store configuration in separate file

Open ladislavlencucha opened this issue 4 years ago • 0 comments

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

ladislavlencucha avatar Aug 25 '21 09:08 ladislavlencucha