Using the Gradle Checkstyle and PMD Plugins
Reading Time: 2 minutes Checkstyle is a library that analyzes a java project source code against a set of style rules to ensure that all contributions to a project adhere to a certain standard. This improves the readability of the code, decreases the time required to onboard new team members and improves the maintainability of the source code. PMD is a library that analyzes a java project source code Continue Reading