-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
Description
Also getColNo() to getColumnNumber().
- add
getLineNumber()(returning nullable positiveint) and changegetLineNo()to call it in V8.x - deprecate
getLineNo()in V8.x - add unit tests for all methods in
RuleSet(and fix issues found)-
addRule()- without sibling argument
- with sibling argument
-
removeRule() -
removeMatchingRules() -
removeAllRules() -
setRules() -
getRules()- without search pattern argument
- with search pattern argument
-
getRulesAssoc()- without search pattern argument
- with search pattern argument
-
- ensure all
Rules inRuleSetalways have non-null line and column numbers - update codebase to use
getLineNumber()- in direct unit tests
- in functional tests
- in internal methods
- remove
getLineNo()
JakeQZ