danielstjules / jsinspect

Detect copy-pasted and structurally similar code
MIT License
3.56k stars 128 forks source link

can't set boolean flags from config file #63

Open graingert opened 7 years ago

graingert commented 7 years ago

identifiers, literals, and colors can't be set from the config file.

Because:

  1. colors is missing from the options looked at
  2. any --no- flag is set to true by default, and the code only replaces undefined values.
graingert commented 7 years ago

@danielstjules any chance of looking at this?