Last active
September 17, 2015 21:15
-
-
Save cobysy/b6f1f53883b0305da1c9 to your computer and use it in GitHub Desktop.
jscpd options for c#
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix by adding following line | |
------------- | |
options.exclude = options.exclude.split ',' | |
in cli.coffee | |
(Windows path: C:\Users\xxx\AppData\Roaming\npm\node_modules\jscpd\src\cli\) | |
jscpd -g csharp -o report.txt --exclude **/*.Designer.cs,**/XsdGeneratedClasses.cs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment