mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
lint: 'check-patch-file-names' restricts to shorter file names.
* guix/lint.scm (check-patch-file-names): Increase MARGIN.
This commit is contained in:
parent
929510a45d
commit
92587f8ed6
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ (define patches
|
|||
|
||||
;; Check whether we're reaching tar's maximum file name length.
|
||||
(let ((prefix (string-length (%distro-directory)))
|
||||
(margin (string-length "guix-0.13.0-10-123456789/"))
|
||||
(margin (string-length "guix-2.0.0rc3-10000-1234567890/"))
|
||||
(max 99))
|
||||
(filter-map (match-lambda
|
||||
((? string? patch)
|
||||
|
|
Loading…
Reference in a new issue