Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linter: Prevent testing is_file_ignored() with filepath == None
As reported in #548, there might be a problem with pathspec 0.11.1 which does't allow calling `match_file()` with argument `None` anymore. The `linter.run()` function shouldn't call `YamlLintConfig.is_file_ignored(None)` anyway.
- Loading branch information