Pass options through to rule verification#695
Pass options through to rule verification#695hrobertking wants to merge 2 commits intoCSSLint:masterfrom
Conversation
hrobertking
commented
Apr 6, 2017
- Enable the verify API to accept an options object
- Pass the options object through to the verify API from the command line
- Fix a defect in the reporter than sets the 'evidence' property to undefined instead of empty string
|
@hrobertking , can you add an example test case where the options parameter is used inside a rule to change behavior? |
|
@frvge , I'm unclear regarding what is needed here. My intention is to (in a different PR) modify the If you're looking for a test, I'm not sure I could conceive of one that would work within the existing framework, because it would require a rule to be modified to add the options parameter. |