Skip to content

Commit

Permalink
Added xml, python and javascript rulesets
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jkunjoonju authored Jan 12, 2023
1 parent c127879 commit 350c3d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .pre-commit-channel/pmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"central"
],
"dependencies": [
"net.sourceforge.pmd:pmd-java:6.44.0",
"net.sourceforge.pmd:pmd-apex:6.53.0"
"net.sourceforge.pmd:pmd-java:6.53.0",
"net.sourceforge.pmd:pmd-apex:6.53.0",
"net.sourceforge.pmd:pmd-xml:6.53.0",
"net.sourceforge.pmd:pmd-python:6.53.0",
"net.sourceforge.pmd:pmd-javascript:6.53.0"
]
}

0 comments on commit 350c3d5

Please sign in to comment.