Closed rhierlmeier closed 1 year ago
With #621 it is now possible to put a jar into the lib folder. The jar needs the following content:
META-INF/service/org.infernus.idea.checkstyle.csapi.BundledConfigProvider
a text file that contains the fullqualified classname of the BundledConfigProvidercheckstyle-rules.xml
file
We need the possibility to add bundled configs to an IDEA distribution.
E.g. Store a jar file with the checkstyle.xml in the CheckStyle-IDEA\lib folder.