summaryrefslogtreecommitdiff
path: root/guix/lint.scm
Commit message (Expand)AuthorAge
* lint: Add 'check-haskell-stackage' checker.Timothy Sample2020-11-21
* lint: Add 'patch-headers' checker.Ludovic Courtès2020-11-21
* lint: patch-file-names: Simplify 'search-patch' error handling.Ludovic Courtès2020-11-12
* lint: cve: Set a connection timeout.Ludovic Courtès2020-10-12
* lint: formatting: Gracefully handle relative file names.Ludovic Courtès2020-08-23
* lint: Avoid calls to 'package-field-location' with #f as the field.Ludovic Courtès2020-08-23
* guix: lint: Ignore unsupported source URL’s.Lars-Dominik Braun2020-08-01
* Use 'formatted-message' instead of '&message' where appropriate.Ludovic Courtès2020-07-25
* lint: source: Always return a list.Ludovic Courtès2020-07-21
* lint: source: Validate URLs of Git references.Ludovic Courtès2020-07-12
* lint: Do not assume that a package's source is an origin.Ludovic Courtès2020-07-03
* lint: Adjust 'swh-error exception handler.Ludovic Courtès2020-06-30
* lint: Add 'check-for-collisions' checker.Ludovic Courtès2020-06-14
* lint: check-patch-file-names: Use origin-actual-file-name.Christopher Baines2020-06-12
* guix: lint: Support origins in check-patch-file-names.Chris Marusich2020-06-11
* lint: archival: Use 'origin-hash'.Ludovic Courtès2020-05-22
* lint: 'check-patch-file-names' restricts to shorter file names.Ludovic Courtès2020-04-10
* lint: Check for inappropriate inputs in propagated-inputs too.Efraim Flashner2020-04-10
* lint: 'm4' is a native input.Marius Bakke2020-04-07
* lint: Add a #:store argument to check-derivationChristopher Baines2020-03-24
* lint: Mark the derivation checker as requiring a store connection.Christopher Baines2020-03-24
* lint: Add a requires-store? field to the checker record.Christopher Baines2020-03-24
* guix: lint: Ad scdoc as a suggested native input.Brendan Tildesley2020-03-19
* lint: vulnerabilities: Avoid 'mock' in test.Ludovic Courtès2020-01-17
* lint: derivation: Adjust exception handling for Guile 3.Ludovic Courtès2020-01-17
* lint: Check for more packages which should be native.Danny Milosavljevic2020-01-12
* lint: Check for more packages which should be native.Danny Milosavljevic2020-01-09
* Adjust module autoloads.Ludovic Courtès2020-01-06
* download: Do not leak file descriptors on TLS ports.Ludovic Courtès2020-01-03
* lint: archival: Gracefully handle network failures.Ludovic Courtès2019-12-02
* lint: Check for more packages which should be native.Efraim Flashner2019-11-28
* lint: Re-enable CVE checker.Ludovic Courtès2019-10-23
* lint: Comment out 'cve' checker.Ludovic Courtès2019-10-18
* lint: Fix typo.Vagrant Cascadian2019-09-23
* lint: Add 'archival' checker.Ludovic Courtès2019-09-02
* lint: Gracefully handle errors from 'connect' & co.Ludovic Courtès2019-08-31
* lint: formatting: Reporters return #f or a warning.Ludovic Courtès2019-08-30
* lint: Correct use of 'with-networking-fail-safe'.Ludovic Courtès2019-08-28
* lint: source: Stop as soon as a valid URL is found.Ludovic Courtès2019-07-20
* lint: Remove unused imports.Ludovic Courtès2019-07-20
* lint: 'source' check no longer complains about unavailable mirrors.Ludovic Courtès2019-07-20
* lint: Separate checkers by dependence on the internet.Christopher Baines2019-07-15
* lint: Move the linting code to a different module.Christopher Baines2019-07-15