Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Don't use static set for matchedPatterns
The matchedPatterns are only relevant for the current lint run and should not be stored in a static set that won't be cleared between multiple lint runs in the same process. There doesn't seem to be a need to have the set statically available.
- Loading branch information