A Gradle tool for Java learners to improve code quality.
Using gradle qualityReview
all Java files in the src
directory are checked using checkstyle, PMD and FindBugs for code smells and potential bugs.
The checks are a subset of the tools' rules to make them more appropriate for educational purposes.
All reports are collected in the reports
directory.
MIT, full text.
This project is work in progress. If you have comments, please open an issue, or write me a mail.
10 Fork
20 Create feature branch
30 Create commits
40 Create pull request
GOTO 10