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