You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Oak code standards are enforced by the maven code-style plugin.
The code-style rules are detailed in codestyle/checkstyle.xml.
However, these rules are currently not enforced on the tests and benchmarks.
Please change the pom.xml file to enforce code style check on all modules and fix all the existing code-style issues.
The text was updated successfully, but these errors were encountered:
Currently, Oak code standards are enforced by the maven code-style plugin.
The code-style rules are detailed in
codestyle/checkstyle.xml
.However, these rules are currently not enforced on the tests and benchmarks.
Please change the
pom.xml
file to enforce code style check on all modules and fix all the existing code-style issues.The text was updated successfully, but these errors were encountered: