Skip to content

Commit 8ababf8

Browse files
committed
Merge pull request #54 from caiogondim/master
Renames `checker._isExcluded` method to new name
2 parents 274dd87 + 194ec14 commit 8ababf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = function (options) {
4444
return;
4545
}
4646

47-
if (checker._isExcluded(file.path)) {
47+
if (checker.getConfiguration().isFileExcluded(file.path)) {
4848
cb(null, file);
4949
return;
5050
}

0 commit comments

Comments
 (0)