MetroCS / QualityToolsForBlueJ

BlueJ extension to integrate quality assessment tools
GNU Lesser General Public License v3.0
0 stars 42 forks source link

Checkstyle integration #157

Closed jody closed 4 years ago

jody commented 4 years ago

Integrated Checkstyle into the build process. Modified build.gradle with checkstyle plugin and new 'checkstyle' task. Added configuration files, consistent with other MetroCS projects, into directory config/checkstyle

jody commented 4 years ago

Checkstyle reports errors in QualityToolsExtension.java, as expected. Additional tests continue to run, demonstrating that such errors do not hinder additional steps of check processing.

Screen Shot 2019-12-13 at 11 35 57 PM