We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy paste detection tools like https://github.com/kucherenko/jscpd and https://github.com/pmd/pmd (the cpd command) do not support sarif as an report format.
The format is described in here https://docs.pmd-code.org/latest/pmd_userdocs_cpd_report_formats.html and the schema is https://github.com/pmd/pmd/blob/master/pmd-core/src/main/resources/report_2_0_0.xsd
Add CPD as one of the tools supported by the convert tool
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Copy paste detection tools like https://github.com/kucherenko/jscpd and https://github.com/pmd/pmd (the cpd command) do not support sarif as an report format.
The format is described in here https://docs.pmd-code.org/latest/pmd_userdocs_cpd_report_formats.html and the schema is https://github.com/pmd/pmd/blob/master/pmd-core/src/main/resources/report_2_0_0.xsd
Add CPD as one of the tools supported by the convert tool
The text was updated successfully, but these errors were encountered: