mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-05-03 23:26:53 +07:00
build(deps): bump brace-expansion (#1370)
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
@@ -24656,7 +24656,7 @@ function expand(str, isTop) {
|
||||
var y = numeric(n[1]);
|
||||
var width = Math.max(n[0].length, n[1].length)
|
||||
var incr = n.length == 3
|
||||
? Math.abs(numeric(n[2]))
|
||||
? Math.max(Math.abs(numeric(n[2])), 1)
|
||||
: 1;
|
||||
var test = lte;
|
||||
var reverse = y < x;
|
||||
@@ -24705,7 +24705,6 @@ function expand(str, isTop) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 97087:
|
||||
|
||||
Reference in New Issue
Block a user