lint: misc fixes
This commit is contained in:
parent
c698d6e05c
commit
37e20fca21
|
@ -42,7 +42,7 @@ Original rough outline document.
|
|||
|
||||
- should have schema and be validated
|
||||
- support all arguments (except config file)
|
||||
- TODO: parent config
|
||||
- parent config
|
||||
|
||||
## Run
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@ export class Rule implements RuleData, Visitor<RuleResult> {
|
|||
};
|
||||
|
||||
if (filter(node)) {
|
||||
ctx.logger.debug({ item: node }, 'checking item')
|
||||
ctx.logger.debug({ item: node }, 'checking item');
|
||||
if (!check(node)) {
|
||||
const errors = Array.from(check.errors);
|
||||
ctx.logger.warn({
|
||||
|
|
Loading…
Reference in New Issue