lint: Report lonely parentheses.
authorLudovic Courtès <ludo@gnu.org>
Fri, 18 Sep 2015 19:49:51 +0000 (21:49 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 18 Sep 2015 19:54:04 +0000 (21:54 +0200)
commite0566f12f8b57f3311c9aba1737e791763e89544
treebac87e3ddaab353624b46008d0bc9b7065c9139c
parent24a848c8e36e762968e6e2803a72ae570e9edbec
lint: Report lonely parentheses.

* guix/scripts/lint.scm (%hanging-paren-rx): New variable.
  (report-lone-parentheses): New procedure.
  (%formatting-reporters): Use it.
* tests/lint.scm ("formatting: lonely parentheses"): New test.
guix/scripts/lint.scm
tests/lint.scm