diff --git a/docs/outline.md b/docs/outline.md index 50f8f80..66e3464 100644 --- a/docs/outline.md +++ b/docs/outline.md @@ -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 diff --git a/src/rule.ts b/src/rule.ts index 7d312c5..72b7dde 100644 --- a/src/rule.ts +++ b/src/rule.ts @@ -198,7 +198,7 @@ export class Rule implements RuleData, Visitor { }; 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({