We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa926d commit 3c5d435Copy full SHA for 3c5d435
.circleci/config.yml
@@ -36,6 +36,8 @@ jobs:
36
key: v1-dependencies-{{ checksum "pom.xml" }}
37
38
# run tests!
39
+ - run: mvn pmd:check
40
+
41
- run: mvn integration-test
42
43
- run: mvn cobertura:cobertura
0 commit comments