-
Notifications
You must be signed in to change notification settings - Fork 10
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It thinks whole file is duplicated #13
Comments
Same problem here |
+1 |
I am seeing this problem in sbt-cpd 2.0.0 as well. Files are being compared with themselves. This is what I added to plugins.sbt:
|
while #19 is not merged and release, you can add to your settings as a workaround CpdKeys.cpdSourceDirectories in Compile := (CpdKeys.cpdSourceDirectories in Compile).value.distinct |
@jtjeferreira add to settings where? |
you must add that line to your project settings. For example if you use build.sbt add that line to the file... |
@jtjeferreira adding that line to build.sbt gives an error
|
@keith-coursera you have to |
When I integrate the cpd4sbt 1.2.0, I got the result like
It seems whole file is duplicated, and there are all my scala files in the xml file.
build.sbt:
plugins.sbt
The text was updated successfully, but these errors were encountered: