yahoo / Oak

A Scalable Concurrent Key-Value Map for Big Data Analytics
Apache License 2.0
268 stars 48 forks source link

Add checkstyle to the tests #153

Open liran-funaro opened 3 years ago

liran-funaro commented 3 years ago

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.