Skip to content
ybonnel edited this page Aug 2, 2012 · 2 revisions

To contribute, you need install the development environment.
It's very simple, just import the maven project in your prefered IDE (I use IntelliJ).
There is some templates for rules in /rules :

  • YboChecktyle.xml : checktyles rules (just import it in your checkstyle plugin)
  • YboCodeStyle.xml : the code style rules (IntelliJ format)
  • YboInspections.xml : settings for IntelliJ inspections.

If you want to push some code, just follow the github workflow : Fork a repo.

If you run "mvn site", you will have all reports (junit results, code coverage, checkstyle report) in the generated maven site.

Clone this wiki locally