- Notifications
You must be signed in to change notification settings - Fork8
Adds support for Apex classes (Salesforce)#29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
oded-rosi-samanage commentedNov 29, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hey@kevinohara80 , Unfortunately we were using the pmd module in CodeClimate and it stopped working after this merge. right now I can read the issue is that the .cls file is missing from the project, although they exist in the repo (just referenced to another place in the project). After some reading i got to the ApexMetrics module, which should be discontinued shortly Please advice |
Hey@oded-rosi-samanage, if I understood the problem correctly, I believe you could fix the problem by adding an plugins:pmd:enabled:trueexclude_patterns: -"**/*.cls" |
oded-rosi-samanage commentedDec 6, 2018
Thanks for the quick answer@filipesperandio , it does work as expected |
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 tocodeclimate#26
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 tocodeclimate#26
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