Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to add additional bundled configs #621

Closed
rhierlmeier opened this issue Sep 15, 2023 · 1 comment
Closed

Possibility to add additional bundled configs #621

rhierlmeier opened this issue Sep 15, 2023 · 1 comment

Comments

@rhierlmeier
Copy link

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.

jshiell pushed a commit that referenced this issue Sep 24, 2023
jshiell pushed a commit that referenced this issue Sep 24, 2023
@rhierlmeier
Copy link
Author

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
  • The checkstyle-rules.xml file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant