Link to the package from the lint warnings page
This commit is contained in:
parent
14fab21dc1
commit
514933db47
1 changed files with 6 additions and 1 deletions
|
|
@ -801,7 +801,12 @@
|
|||
package-name package-version file line-number column-number
|
||||
message)
|
||||
`(tr
|
||||
(td ,package-name " @ " ,package-version)
|
||||
(td (a (@ (href ,(string-append
|
||||
(string-join
|
||||
(drop-right (string-split path-base #\/) 1)
|
||||
"/")
|
||||
"/package/" package-name "/" package-version)))
|
||||
,package-name " @ " ,package-version))
|
||||
,@(if (member "linter" fields)
|
||||
`((td (span (@ (style "font-family: monospace; display: block;"))
|
||||
,lint-checker-name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue