Breaking out the enforceExistence check into configurable sections#126
Breaking out the enforceExistence check into configurable sections#126mattvot wants to merge 2 commits intojscs-dev:masterfrom
Conversation
…ss module.export and expression function definitions
…e configuration parsing
There was a problem hiding this comment.
Please, use this here with _ prefix for policy because there will be a conflict if somebody will use 2 different configurations at a time.
There was a problem hiding this comment.
@zxqfox How do you access this._policy from enforceExistence when it is defined as a property of enforceExistence.configure?
When using this._policy for both enforceExistence and enforceExistence.configure it fails tests.
How do you access this._policy from enforceExistence when it is defined as a property of enforceExistence.configure? When using this._policy for both enforceExistence and enforceExistence.configure it fails tests. Maybe I'm misunderstanding the request, please help :) |
|
@mattvot Sorry for a big delay. There were a bug in configuring validators, since now I've fixed that and the current master calls I hope you'll be fine if I finish this rule to push a release ;-) |
…ressions, etc. - Refactored configuration and added options to suppress module.export and expression function definitions - Added further tests and reconfigured configuration parsing Fixes jscs-dev#110 Closes jscs-devgh-126
Can now specify checking documentation existence for: