forked from jscs-dev/node-jscs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
require-space-after-line-comment: add except option
according to jscs-dev#592 and jscs-dev#593 we've decided to make allExcept option to this rule to pass there a list of allowed characters - added allExcept option to pass here exceptions - fixes initial jscs-dev#592 bug with tabs in line comments - add validation of allExcept (should be a <String[]>, according to jscs-dev#698) Closes jscs-dev#696 Fixes jscs-dev#592
- Loading branch information
Alexej Yaroshevich
committed
Oct 20, 2014
1 parent
9af1e27
commit 8714272
Showing
1 changed file
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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