summaryrefslogtreecommitdiff
path: root/guix/scripts/lint.scm
Commit message (Expand)AuthorAge
* lint: Add a 'derivation' checker.Ludovic Courtès2015-04-13
* lint: Report patches that cannot be found.Ludovic Courtès2015-04-10
* lint: Rename 'check-patches' to 'check-patch-file-names'.Ludovic Courtès2015-04-10
* lint: Report details about FTP errors.Ludovic Courtès2015-03-19
* lint: Change misleading variable name.Ludovic Courtès2015-03-19
* lint: Add tests for the 'source' checker.Ludovic Courtès2015-03-05
* lint: handle FTP URIs.Cyril Roelandt2015-02-10
* lint: Fix argument parsing when several packages are specified.Ludovic Courtès2015-01-28
* guix lint: Make the 'source' checker happy if at least one URI is valid.Ludovic Courtès2015-01-26
* lint: add 'source' checker.Cyril Roelandt2015-01-25
* lint: Add tests for the 'home-page' checker.Ludovic Courtès2014-12-29
* lint: Report on the package being checked.Ludovic Courtès2014-12-28
* lint: Add 'home-page' checker.Ludovic Courtès2014-12-28
* lint: Fix typos in checker descriptions.Ludovic Courtès2014-11-19
* lint: Use localized checker descriptions.Ludovic Courtès2014-11-19
* lint: Correctly internationalize warning messages.Ludovic Courtès2014-11-19
* lint: Change checker names to be symbols.Ludovic Courtès2014-11-19
* lint: Fold 'sync-descriptions' script as 'gnu-description' lint checker.Ludovic Courtès2014-11-19
* lint: Allow synopses that start with an abbreviation.Ludovic Courtès2014-11-07
* lint: Skip starting-article test for the synopses of GNU packages.Ludovic Courtès2014-11-07
* lint: Tolerate sentences that start with a parenthesis or a quote.Ludovic Courtès2014-11-07
* lint: Improve check for synopses starting with package name.Ludovic Courtès2014-11-07
* guix: lint: Make exception for package name starting description.Eric Bavier2014-10-26
* guix: lint: Allow digits at start of synopsis or description.Eric Bavier2014-10-26
* guix: lint: Check for empty synopses and descriptions.Eric Bavier2014-10-26
* guix: lint: Check for proper end-of-sentence space.Eric Bavier2014-10-26
* guix: lint: Use if/when consistently.Eric Bavier2014-10-26
* guix: lint: Use string-suffix? and string-prefix? where appropriate.Eric Bavier2014-10-26
* guix lint: add the --checkers option.Cyril Roelandt2014-10-16
* guix lint: make sure synopses do not start with the package name.Cyril Roelandt2014-10-08
* guix lint: Make sure a synopsis cannot start with a lower-case article.Cyril Roelandt2014-10-08
* guix lint: check whether descriptions and synopses start with an upper-case l...Cyril Roelandt2014-10-08
* guix lint: Make sure synopses are not too long.Cyril Roelandt2014-10-08
* guix lint: make sure check-patches retrieves patch names.Cyril Roelandt2014-10-08
* guix lint: Remove "guix lint: " prefix from warnings.Ludovic Courtès2014-09-03
* scripts: add guix lintCyril Roelandt2014-09-03