lint: Add a 'derivation' checker.
authorLudovic Courtès <ludo@gnu.org>
Sun, 12 Apr 2015 21:14:19 +0000 (23:14 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 12 Apr 2015 22:02:59 +0000 (00:02 +0200)
commit002c57c6f7d51077e4796106177456ebb564e25a
treee0f1d13fbc7481bac013b9c1c7426dbe056e6317
parent866f469eddb6a28cfdbc3b2eec3d3a6a241f7168
lint: Add a 'derivation' checker.

* guix/scripts/lint.scm (check-derivation): New procedure.
  (%checkers): Add 'derivation' checker.
* tests/lint.scm ("derivation: invalid arguments"): New test.
guix/scripts/lint.scm
tests/lint.scm