-
-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Switch from minimatch to micromatch
Since micromatch supports multiple filter patterns, filter staged files in a single pass for match and ignore patterns. BREAKING CHANGE: The following `minimatch` options are not supported in `micromatch`: - `nocomment`: https://github.com/isaacs/minimatch#nocomment - `flipnegate`: https://github.com/isaacs/minimatch#flipnegate
- Loading branch information
1 parent
5b7bc67
commit aa0898c
Showing
4 changed files
with
501 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.