-
Enhancement
-
Resolution: Done
-
Major
-
5.11.1.Final
-
None
Until now the Narayana project uses WildFly checkstyle config - https://github.com/wildfly/wildfly-checkstyle-config
That's pretty good but the rules do not cover some code style rules that we are used to use in codebase. For example the WildFly style do not enforce a space between operand and operator or between parentheses '){' is fine as well as ') {'.
We should create our own codestyle rules which can be adapted to our needs.