This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Guard against invalid TextEditor and empty paths
Occasionally `lint()` somehow gets called with invalid `TextEditor`s, or ones without a path. When these cases are hit simply return `null` instead of trying to process them. Fixes #527.
- Loading branch information