Skip to content

Tags: codeclimate/codeclimate-pmd

Tags

b92

Verified

This commit was signed with the committer’s verified signature.
filipesperandio Filipe Esperandio (Pippo)
Move to circle 2.0

b90

Verified

This commit was signed with the committer’s verified signature.
filipesperandio Filipe Esperandio (Pippo)
Move to circle 2.0

b82

adds support for apex classes #26 (#29)

Currently, Salesforce developers cannot use CodeClimate despite CodeClimate having PMD as a plugin. This is because the PMD plugin filters out all files that are not Java (.java). This patch allows for the Apex class extension to be processed as well (.cls).

Related to #26

b81

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #28 from codeclimate/sl/update-pmd

Upgrade codeclimate-pmd

b76

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix readup (#25)

* Related to https://github.com/codeclimate/app/issues/5817
* Remove bogus markdown - intended for PMD internal use only (#25)

b74

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade PMD to version 6.0.1 (#23)

* Upgrade PMD to version 6

* Adjust regression suite as the new version has different output values

* Use new rules xml instead of group name, as they became incompatible

* Speedup analysis with builtin cache

* Redirect warnings to stderr

* Hardcode ruleset as runtime directory changes

b73

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adjust analysis config (#24)

b69

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use community submitted engine to check groovy code (#22)

b65

Replace default xml rules with rule names (#20)

b63

Allow rules string as a configuration alternative (#19)