Re: [PATCH 3/4] lint: Add 'inputs-should-be-sorted' check.

2016-07-21 Thread Eric Bavier
On Tue, 19 Jul 2016 18:49:15 +0200 David Craven wrote: > * guix/scripts/lint.scm (check-inputs-should-be-sorted): Add it. > (lint-checker): Add it. > --- > guix/scripts/lint.scm | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/guix/scripts/lint.scm

[PATCH 3/4] lint: Add 'inputs-should-be-sorted' check.

2016-07-19 Thread David Craven
* guix/scripts/lint.scm (check-inputs-should-be-sorted): Add it. (lint-checker): Add it. --- guix/scripts/lint.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm index d64a066..d3a82c9 100644 --- a/guix/scripts/lint.scm +++