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
Sometimes the duplicates in C# are way over 100% because cpd doesn't exclude the ignored assemblies/directories.
Metropolis Version: 0.0.68 Operating System (i.e. Windows) Version: Windows 10
The text was updated successfully, but these errors were encountered:
Try to expand Greg's .ignore file to include directories modify cpd to use: --exclude Files to be excluded from CPD check https://pmd.github.io/pmd-5.4.1/usage/cpd-usage.html
Supports directories apparently... https://github.com/pmd/pmd/blob/master/pmd-core/src/main/java/net/sourceforge/pmd/cpd/CPDConfiguration.java#L296
Potentially add C#'s '--ignore-usings' since we don't want to report duplicate using blocks in our numbers
Sorry, something went wrong.
jonathanmccracken
No branches or pull requests
Description
Sometimes the duplicates in C# are way over 100% because cpd doesn't exclude the ignored assemblies/directories.
Steps to Reproduce
Metropolis Version: 0.0.68
Operating System (i.e. Windows) Version: Windows 10
The text was updated successfully, but these errors were encountered: