Skip to content

Commit 3c5d435

Browse files
authored
add PMD
1 parent 4fa926d commit 3c5d435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
key: v1-dependencies-{{ checksum "pom.xml" }}
3737

3838
# run tests!
39+
- run: mvn pmd:check
40+
3941
- run: mvn integration-test
4042

4143
- run: mvn cobertura:cobertura

0 commit comments

Comments
 (0)