summaryrefslogtreecommitdiff
path: root/tests/lint.scm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into python-build-systemLeo Famulari2016-11-251-94/+36
|\
| * lint: Add 'mirror-url' checker....Ludovic Courtès2016-11-191-0/+19
| * tests: Move HTTP server to (guix tests http)....Ludovic Courtès2016-11-161-97/+17
* | guix: Add lint-checker for packages which should be no inputs at all....Hartmut Goebel2016-11-151-0/+34
|/
* lint: Suggest @code instead of quotes....Ludovic Courtès2016-10-191-0/+8
* lint: 'cve' checker reports the replacement's vulnerabilities....Ludovic Courtès2016-10-031-0/+23
* guix: lint: Check descriptions for trademark signs....Eric Bavier2016-08-281-1/+15
* lint: 'inputs-should-be-native' checks for intltool, itstool and glib:bin....David Craven2016-07-241-1/+11
* lint: 'validate-uri' reports suspiciously small 200 responses....Ludovic Courtès2016-07-131-11/+41
* lint: 'check-vulnerabilities' follows package replacements....Ludovic Courtès2016-04-281-0/+19
* lint: Report synopses/descriptions that are not strings....Ludovic Courtès2016-04-271-0/+16
* build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin2016-04-031-3/+0
* tests: Use 'dummy-origin' for lint tests when possible....Mathieu Lirzin2016-01-281-9/+3
* tests: Prevent 'http_proxy' from breaking Web server tests....Ludovic Courtès2016-01-221-1/+4
* lint: Do not report already-patched vulnerabilities....Ludovic Courtès2015-11-281-0/+17
* lint: Add "cve" checker....Ludovic Courtès2015-11-261-0/+17
* lint: Report lonely parentheses....Ludovic Courtès2015-09-181-0/+10
* lint: Add 'check-texinfo-markup' checker....Mathieu Lirzin2015-09-151-0/+8
* guix: lint: Check for meaningful origin file names....Eric Bavier2015-09-141-1/+79
* lint: Add 'license' checker....Ludovic Courtès2015-09-061-0/+6
* lint: Add 'formatting' checker....Ludovic Courtès2015-08-191-0/+26
* lint: Add a 'derivation' checker....Ludovic Courtès2015-04-131-0/+10
* lint: Report patches that cannot be found....Ludovic Courtès2015-04-101-0/+15
* lint: Rename 'check-patches' to 'check-patch-file-names'....Ludovic Courtès2015-04-101-1/+1
* tests: Fix module name for 'lint'....Ludovic Courtès2015-03-311-2/+1
* lint: Add tests for the 'source' checker....Ludovic Courtès2015-03-051-0/+33
* tests: Fix import....Ludovic Courtès2015-03-051-1/+1
* tests: Properly synchronize threads in the 'home-page' lint tests....Ludovic Courtès2015-01-131-5/+18
* tests: Add missing copyright line....Ludovic Courtès2015-01-071-0/+1
* tests: Make the 'lint' tests slightly more concise....Ludovic Courtès2014-12-291-152/+129
* tests: Factorize the 'dummy-package' macro....Ludovic Courtès2014-12-291-6/+1
* lint: Add tests for the 'home-page' checker....Ludovic Courtès2014-12-291-1/+146
* lint: Allow synopses that start with an abbreviation....Ludovic Courtès2014-11-071-0/+10
* lint: Improve check for synopses starting with package name....Ludovic Courtès2014-11-071-0/+8
* lint: Simplify no-warnings tests....Ludovic Courtès2014-11-071-35/+30
* guix: lint: Make exception for package name starting description....Eric Bavier2014-10-261-0/+9
* guix: lint: Allow digits at start of synopsis or description....Eric Bavier2014-10-261-0/+18
* guix: lint: Check for empty synopses and descriptions....Eric Bavier2014-10-261-0/+9
* guix: lint: Check for proper end-of-sentence space....Eric Bavier2014-10-261-0/+29
* guix lint: make sure synopses do not start with the package name....Cyril Roelandt2014-10-081-0/+10
* guix lint: Make sure a synopsis cannot start with a lower-case article....Cyril Roelandt2014-10-081-0/+18
* guix lint: check whether descriptions and synopses start with an upper-case l......Cyril Roelandt2014-10-081-0/+18
* guix lint: Make sure synopses are not too long....Cyril Roelandt2014-10-081-0/+9
* guix lint: Remove "guix lint: " prefix from warnings....Ludovic Courtès2014-09-031-4/+4
* scripts: add guix lint...Cyril Roelandt2014-09-031-0/+110