lint: Suggest @code instead of quotes.
authorLudovic Courtès <ludo@gnu.org>
Wed, 19 Oct 2016 11:55:25 +0000 (13:55 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 19 Oct 2016 13:54:10 +0000 (15:54 +0200)
commit4bb54cc42ff5653fe59f5a8ebf39515ba1840a6d
treece010763c18253998a4525f78afd8dd2af1d1095
parent4534d85e706b58530bf6bd01dc1497fa55a085a6
lint: Suggest @code instead of quotes.

* guix/scripts/lint.scm (%quoted-identifier-rx): New variable.
(check-description-style)[check-quotes]: New procedure.
Use it.
* tests/lint.scm ("description: suggest ornament instead of quotes"):
New test.
guix/scripts/lint.scm
tests/lint.scm