Hi! Leo Famulari skribis: > We could also make it warn about use of the HTTP protocol (as opposed to > HTTPS). Your thoughts? > > * guix/lint.scm (check-git-protocol): New procedure. > (%local-checkers): Add 'git-protocol' checker. > * doc/guix.texi (Invoking guix lint): Document it. Nice! I think it’s OK to use ‘eqv?’ here (‘eq?’, even). One nit: it would be nice to add a positive and a negative test in tests/lint.scm. You can run “make check TESTS=tests/lint.scm” then. Otherwise LGTM! Thanks, Ludo’.