Skip to content

Commit ac6822f

Browse files
Merge branch 'master' into patch-1
2 parents a983d38 + 72f1ed0 commit ac6822f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/config-utils.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function initConfig(): Config {
9191
}
9292

9393
const pathsIgnore = parsedYAML['paths-ignore'];
94-
if (pathsIgnore && queries instanceof Array) {
94+
if (pathsIgnore && pathsIgnore instanceof Array) {
9595
pathsIgnore.forEach(path => {
9696
if (typeof path === "string") {
9797
config.pathsIgnore.push(path);

0 commit comments

Comments
 (0)