...
Open the Checkstyle "Violations Overview" view (Window -> Show View -> Other -> Checkstyle -> Checkstyle violations)
Select the projects you want to check, right-click and select "Checkstyle -> Check project"
The Checkstype violations view shows you all violations
Ensure that you have to violation prior to a pull request
PMD
Info | ||
---|---|---|
| ||
Note that the Eclipse version (find this out via Window -> Preferences -> PMD (bottom)) needs to be the same as the pmd version used within the ant build (see common-targets in Commons at GitHub). Note that we always try to have the PMD version in the build to mirror the PMD version of Eclipse to sync the error messages. If your PMD version in eclipse is higher, create a ticket to update the PMD version within the build |
Open the Checkstyle "Violations Overview" view (Window -> Show View -> Other -> PMD -> Violations Overview)
Select the projects you want to check, right-click and select "PMD -> Check project"
The PMD violations view shows you all violations
Ensure that you have to violation prior to a pull request