Skip to content

Commit 95fd6a6

Browse files
committed
pass on linter results to the validator
1 parent 502d26a commit 95fd6a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ const buildValidatorOptions = (skip, verbose) => {
124124
skip,
125125
lint: true,
126126
linter: linter.lint,
127+
linterResults: linter.getResults,
127128
prettify: true,
128129
verbose,
129130
};

0 commit comments

Comments
 (0)