sevntu-checkstyle / methods-distance

GNU Lesser General Public License v3.0
5 stars 13 forks source link

minor: fixes minor style issues in the code #62

Closed rnveach closed 2 years ago

rnveach commented 2 years ago

Fixed minor things that Eclipse was printing.

rnveach commented 2 years ago

I am unable to run verify test locally.

[INFO] --- maven-checkstyle-plugin:3.1.1:check (validate) @ methods-distance ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.970 s (Wall Clock)
[INFO] Finished at: 2021-10-30T12:59:05-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1:check (validate) on project methods-distance: Failed during checkstyle configuration: cannot initialize module SuppressionFilter - Unable to find: config/suppressions.xml -> [Help 1]

But it looks like it runs correctly in CI.