summaryrefslogtreecommitdiff
path: root/guix/lint.scm
AgeCommit message (Expand)Author
2022-03-11lint: check-tests-true: Allow #:tests? #t for some build systems....Maxime Devos
2022-01-10guix: lint: Fix comment per TODO....Maxim Cournoyer
2021-12-17lint: Adjust patch file length check....Vagrant Cascadian
2021-12-16lint: 'kdoctools' is typically used only while building....Leo Famulari
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-24lint: Add description check for common typos....Vagrant Cascadian
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-15lint: archival: Remove extra newline in warning....Ludovic Courtès
2021-09-17Merge branch 'master' into core-updates-frozen...Marius Bakke
2021-09-10lint: archival: Warn about non-origin sources....Ludovic Courtès
2021-07-18Merge branch 'master' into core-updatesLudovic Courtès
2021-07-13lint: Check for leading whitespace in description....Brice Waegeneire
2021-07-11lint: Add 'input-labels' checker....Ludovic Courtès
2021-07-07lint: Lint usages of 'wrap-program' without a "bash" input....Maxime Devos
2021-07-07lint: Define some procedures for analysing code in phases....Maxime Devos
2021-06-30lint: Verify if #:tests? is respected in the 'check' phase....Maxime Devos
2021-06-24lint: 'github-url' checker gracefully handles networking errors....Ludovic Courtès
2021-06-24lint: 'with-networking-fail-safe' handles 'gnutls-error' exceptions....Ludovic Courtès
2021-06-18lint: check-patch-headers: Recognize Git diffs....Ludovic Courtès
2021-06-08lint: Check for trailing whitespace in description....Xinglu Chen
2021-06-08lint: Check for trailing whitespace in synopsis....Xinglu Chen
2021-06-06lint: tests-true: Check if tests are enabled when cross-compiling....Maxime Devos
2021-06-01ui, lint: Simplify exception handling in Guile 3 style....Ludovic Courtès
2021-06-01maint: Require Guile 3.0....Ludovic Courtès
2021-05-22lint: archival: Lookup content in Disarchive database....Ludovic Courtès
2021-04-16lint: Warn about underscores in package names....Xinglu Chen
2021-04-06lint: refresh: Warn about missing or dysfunctional updaters....Ludovic Courtès
2021-04-01lint: Warn about single-character package names....Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-03-26lint: archival: Gracefully handle packages with a #f hash value....Ludovic Courtès
2021-01-07upstream: Make the 'updaters' parameter optional....Ludovic Courtès
2020-11-21lint: Add 'check-haskell-stackage' checker....Timothy Sample
2020-11-21lint: Add 'patch-headers' checker....Ludovic Courtès
2020-11-12lint: patch-file-names: Simplify 'search-patch' error handling....Ludovic Courtès
2020-10-12lint: cve: Set a connection timeout....Ludovic Courtès
2020-08-23lint: formatting: Gracefully handle relative file names....Ludovic Courtès
2020-08-23lint: Avoid calls to 'package-field-location' with #f as the field....Ludovic Courtès
2020-08-01guix: lint: Ignore unsupported source URL’s....Lars-Dominik Braun
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-07-21lint: source: Always return a list....Ludovic Courtès
2020-07-12lint: source: Validate URLs of Git references....Ludovic Courtès
2020-07-03lint: Do not assume that a package's source is an origin....Ludovic Courtès
2020-06-30lint: Adjust 'swh-error exception handler....Ludovic Courtès
2020-06-14lint: Add 'check-for-collisions' checker....Ludovic Courtès
2020-06-12lint: check-patch-file-names: Use origin-actual-file-name....Christopher Baines
2020-06-11guix: lint: Support origins in check-patch-file-names....Chris Marusich
2020-05-22lint: archival: Use 'origin-hash'....Ludovic Courtès
2020-04-10lint: 'check-patch-file-names' restricts to shorter file names....Ludovic Courtès
2020-04-10lint: Check for inappropriate inputs in propagated-inputs too....Efraim Flashner
2020-04-07lint: 'm4' is a native input....Marius Bakke
2020-03-24lint: Add a #:store argument to check-derivation...Christopher Baines