mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-02-27 20:57:41 +00:00
build(deps): bump minimatch (#1348)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
3
dist/post_run/index.js
generated
vendored
3
dist/post_run/index.js
generated
vendored
@@ -26482,6 +26482,9 @@ function parse (pattern, isSub) {
|
||||
continue
|
||||
}
|
||||
|
||||
// coalesce consecutive non-globstar * characters
|
||||
if (c === '*' && stateChar === '*') continue
|
||||
|
||||
// if we already have a stateChar, then it means
|
||||
// that there was something like ** or +? in there.
|
||||
// Handle the stateChar, then proceed with this one.
|
||||
|
||||
Reference in New Issue
Block a user