- What language are you writing rules for? - Java
- What have you tried, and what’s your challenge / stumbling block - Implemented the rule successfully. But facing issue in starting the server after deploying the custom rule plugin.
What’s the rule about : I have implemented a rule that will check the number of lines modified by comparing two branches. In addition to these, I exclude some lines (commands, commented lines, empty lines, etc… ). I achieved this using Jgit . But when I add the dependency for jgit in pom.xml, I’m facing issue in server start up .
Can anyone help me on this. Thanks in advance .