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
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.
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