guix: lint: Check for source URIs redirecting to GitHub.
authorArun Isaac <arunisaac@systemreboot.net>
Fri, 21 Dec 2018 12:18:55 +0000 (17:48 +0530)
committerArun Isaac <arunisaac@systemreboot.net>
Mon, 24 Dec 2018 02:45:17 +0000 (08:15 +0530)
commit0865d8a8f6c229fef5bcba647cc7b37c2f3d3dae
tree25d8096d41012cb8395a10eb72ead08cdc455f2f
parent450226ebc1b2611ff62469d314e7ca2973bbf131
guix: lint: Check for source URIs redirecting to GitHub.

* guix/scripts/lint.scm (check-github-uri): New procedure.
(%checkers): Add it.
* doc/guix.texi (Invoking guix lint): Document it.
* tests/lint.scm ("github-url", "github-url: one suggestion"): New tests.
doc/guix.texi
guix/scripts/lint.scm
tests/lint.scm