sbt-cpd
sbt-cpd copied to clipboard
Copy & Paste Detector plugin using PMD for sbt.
### Expected vs Actual Behaviour It should... not cause using projects to pull SNAPSHOT dependencies Instead it... it causes using projects to pull apex-jorje-ide-1.0-sfdc-187-SNAPSHOT-55042bfc2e ### Steps to Reproduce setup an...
Given the poor handling of the recent security incident (https://arstechnica.com/information-technology/2021/09/travis-ci-flaw-exposed-secrets-for-thousands-of-open-source-projects/) I'm suspending Travis CI integration indefinitely.
removed redundant dependencies Fixes #21 I bumped the PMD version to the latest release and removed dependendencies that (as far as I can see) are not needed by this plugin....
Hi, Could you please guide me how we can publish cpd.xml to sonarqube? Thanks in advance, K.Sivakumar
When I integrate the cpd4sbt 1.2.0, I got the result like ```
Hi, I just added the CPD plugin into one of my projects. Now, I am just wondering How does it work, I already have some duplicate code in my project...
Because of Issue #13, I have to specify the option to skip duplicate files: `cpdSkipDuplicateFiles := true` It seems to work, but my SBT console displays each time errors: `[error]...
In version 1.1.5 it was possible to add multi-language support by: ``` sbt val cpdJava = TaskKey[Unit]("cpdJava", "CPD for java") lazy val prj = (project in file(".")) .settings( // .......
Like `non-recursive`, `ignore-usings`, skip blocks, `failOnViolation`, `uri`...