Skip to content

Instantly share code, notes, and snippets.

@cobysy
Last active September 17, 2015 21:15
Show Gist options
  • Save cobysy/b6f1f53883b0305da1c9 to your computer and use it in GitHub Desktop.
Save cobysy/b6f1f53883b0305da1c9 to your computer and use it in GitHub Desktop.
jscpd options for c#
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