You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #621 it is now possible to put a jar into the lib folder. The jar needs the following content:
A Java class that implements the org.infernus.idea.checkstyle.csapi.BundledConfigProvider interface
In META-INF/service/org.infernus.idea.checkstyle.csapi.BundledConfigProvider a text file that contains the fullqualified classname of the BundledConfigProvider
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.
The text was updated successfully, but these errors were encountered: