oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.35k stars 745 forks source link

Upgrade checkstyle and add new rules #4477

Closed ginoaugustine closed 10 months ago

ginoaugustine commented 10 months ago

Upgraded Checkstyle maven plugin to latest version Added Checkstyle below checkstyle rules

  1. InvalidJavadocPosition
  2. AtclauseOrder
  3. MissingJavadocType

Since there are currently too many violations due to the missing Java Doc Rule, it is not enabled at the class level. We must strive to implement this rule at the class level in the long term.