gnu: r-qtl2: Move to (gnu packages cran).
[jackhill/guix/guix.git] / guix / lint.scm
2020-08-23 Ludovic Courtèslint: formatting: Gracefully handle relative file names.
2020-08-23 Ludovic Courtèslint: Avoid calls to 'package-field-location' with...
2020-08-01 Lars-Dominik Braunguix: lint: Ignore unsupported source URL’s.
2020-07-25 Ludovic CourtèsUse 'formatted-message' instead of '&message' where...
2020-07-21 Ludovic Courtèslint: source: Always return a list.
2020-07-12 Ludovic Courtèslint: source: Validate URLs of Git references.
2020-07-03 Ludovic Courtèslint: Do not assume that a package's source is an origin.
2020-06-29 Ludovic Courtèslint: Adjust 'swh-error exception handler.
2020-06-14 Ludovic Courtèslint: Add 'check-for-collisions' checker.
2020-06-13 Marius BakkeMerge branch 'staging'
2020-06-12 Christopher Baineslint: check-patch-file-names: Use origin-actual-file...
2020-06-12 Chris Marusichguix: lint: Support origins in check-patch-file-names.
2020-05-26 Marius BakkeMerge branch 'master' into staging
2020-05-21 Ludovic Courtèslint: archival: Use 'origin-hash'.
2020-04-29 Jakub KądziołkaMerge branch 'master' into staging
2020-04-15 Ludovic CourtèsMerge branch 'version-1.1.0'
2020-04-10 Marius BakkeMerge branch 'master' into core-updates
2020-04-10 Ludovic Courtèslint: 'check-patch-file-names' restricts to shorter...
2020-04-09 Efraim Flashnerlint: Check for inappropriate inputs in propagated...
2020-04-08 Marius BakkeMerge branch 'master' into core-updates
2020-04-07 Marius Bakkelint: 'm4' is a native input.
2020-03-28 Jakub KądziołkaMerge branch 'master' into staging
2020-03-26 Marius BakkeMerge branch 'master' into core-updates
2020-03-24 Christopher Baineslint: Add a #:store argument to check-derivation
2020-03-24 Christopher Baineslint: Mark the derivation checker as requiring a store...
2020-03-24 Christopher Baineslint: Add a requires-store? field to the checker record.
2020-03-21 Marius BakkeMerge branch 'master' into core-updates
2020-03-19 Brendan Tildesleyguix: lint: Ad scdoc as a suggested native input.
2020-01-21 Marius BakkeMerge branch 'staging' into core-updates
2020-01-21 Marius BakkeMerge branch 'master' into staging
2020-01-17 Ludovic Courtèslint: vulnerabilities: Avoid 'mock' in test.
2020-01-17 Ludovic Courtèslint: derivation: Adjust exception handling for Guile 3.
2020-01-14 Marius BakkeMerge branch 'master' into core-updates
2020-01-12 Danny Milosavljeviclint: Check for more packages which should be native.
2020-01-11 Marius BakkeMerge branch 'master' into core-updates
2020-01-09 Danny Milosavljeviclint: Check for more packages which should be native.
2020-01-07 Marius BakkeMerge branch 'staging'
2020-01-06 Ludovic CourtèsAdjust module autoloads.
2020-01-03 Marius BakkeMerge branch 'master' into staging
2020-01-03 Ludovic Courtèsdownload: Do not leak file descriptors on TLS ports.
2019-12-05 Marius BakkeMerge branch 'master' into core-updates
2019-12-04 Marius BakkeMerge branch 'staging'
2019-12-02 Ludovic Courtèslint: archival: Gracefully handle network failures.
2019-11-28 Marius BakkeMerge branch 'master' into staging
2019-11-28 Efraim Flashnerlint: Check for more packages which should be native.
2019-10-23 Marius BakkeMerge branch 'master' into staging
2019-10-23 Ludovic Courtèslint: Re-enable CVE checker.
2019-10-18 Marius BakkeMerge branch 'master' into staging
2019-10-18 Ludovic Courtèslint: Comment out 'cve' checker.
2019-10-10 Mathieu OthaceheMerge branch 'master' into core-updates
2019-10-08 Marius BakkeMerge branch 'master' into staging
2019-09-24 Ludovic CourtèsMerge branch 'master' into core-updates
2019-09-23 Vagrant Cascadianlint: Fix typo.
2019-09-07 Mark H WeaverMerge branch 'master' into core-updates
2019-09-02 Ludovic Courtèslint: Add 'archival' checker.
2019-08-31 Ludovic Courtèslint: Gracefully handle errors from 'connect' & co.
2019-08-29 Ludovic Courtèslint: formatting: Reporters return #f or a warning.
2019-08-29 Mark H WeaverMerge branch 'master' into core-updates
2019-08-27 Ludovic Courtèslint: Correct use of 'with-networking-fail-safe'.
2019-07-22 Marius BakkeMerge branch 'master' into core-updates
2019-07-19 Ludovic Courtèslint: source: Stop as soon as a valid URL is found.
2019-07-19 Ludovic Courtèslint: Remove unused imports.
2019-07-19 Ludovic Courtèslint: 'source' check no longer complains about unavaila...
2019-07-17 Ludovic CourtèsMerge branch 'master' into core-updates
2019-07-15 Christopher Baineslint: Separate checkers by dependence on the internet.
2019-07-15 Christopher Baineslint: Move the linting code to a different module.