Option to only report on file changes? #5
rsoesemann
started this conversation in
Ideas
Replies: 1 comment
-
No, not yet. I kept it simple for the beginning. Note: analyzing only the changed file might work with Apex, but maybe not for Java - the changed file might affect other files (which depend on the changed files), so to be correct, one would need to analyze the changed files + any file, that uses the changed file. This is not a problem yet for Apex, since we only look at the source code and don't resolve any types. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does this offical Github Action have an option to run PMD on diffs only? Like the one in https://github.com/marketplace/actions/pmd-analyser? Or do you plan to add such a helpful option?
Beta Was this translation helpful? Give feedback.
All reactions