summaryrefslogtreecommitdiff
path: root/guix/scripts/lint.scm
AgeCommit message (Expand)Author
2023-10-17scripts: lint: Handle EPIPE errors when displaying help.Simon Tournier
2022-08-08lint: Add '-e'.Ludovic Courtès
2020-11-21scripts: lint: Display result of checkers on stdout.Brice Waegeneire
2020-10-30scripts: lint: Add '--exclude' option.zimoun
2020-10-30scripts: lint: Fix '--no-network' option.zimoun
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-08-26lint: Use 'with-error-handling'.Ludovic Courtès
2020-03-24scripts: lint: Handle store connections for lint checkers.Christopher Baines
2019-12-08lint: Add '--load-path' option.zimoun
2019-08-28lint: Log diagnostics with 'info', not 'warning'.Ludovic Courtès
2019-07-20lint: Use the 'warning' procedure for messages.Ludovic Courtès
2019-07-15lint: Separate checkers by dependence on the internet.Christopher Baines
2019-07-15lint: Move the linting code to a different module.Christopher Baines
2019-07-15scripts: lint: Separate the message warning text and data.Christopher Baines
2019-07-15scripts: lint: Handle warnings with a record type.Christopher Baines
2019-04-18lint: 'check-github-url' uses our own 'open-connection-for-uri'.Ludovic Courtès
2019-01-21store: Rename '&nix-error' to '&store-error'.Ludovic Courtès
2019-01-20lint: check-source-unstable-tarball: Don't assume uri length.Efraim Flashner
2019-01-10guix: lint: Warn only if GitHub URI is not same as the package URI.Arun Isaac
2019-01-07lint: Avoid 'dirname' call at the top level.Ludovic Courtès
2019-01-06lint: Rename checker to 'github-url'.Ludovic Courtès
2018-12-27lint: Check for unstable tarballs.Efraim Flashner
2018-12-24guix: lint: Check for source URIs redirecting to GitHub.Arun Isaac
2018-11-20lint: 'check-derivation' fully disables grafts.Ludovic Courtès
2018-11-20lint: 'check-derivation' tries all the package's supported systems.Ludovic Courtès
2018-06-09packages: Add 'package-patched-vulnerabilities'.Ludovic Courtès
2018-05-11guix: Fix typo.Julien Lepiller
2017-12-10lint: 'check-vulnerabilities' also checks package properties.Efraim Flashner
2017-11-28lint: Adjust file-name length test for out-of-tree file names.Ludovic Courtès
2017-11-28lint: 'patch-file-names' checks for file name length.Ludovic Courtès
2017-10-28lint: 'refresh' gracefully handles lack of networking access.Ludovic Courtès
2017-10-28lint: Extract network-related exception handling.Ludovic Courtès
2017-10-28scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'.Ludovic Courtès
2017-10-12lint: 'home-page' checker reports permanent redirects.Ludovic Courtès
2017-10-09lint: Remove extra newline.Ludovic Courtès
2017-10-09guix: lint: Add checker for new upstream versions.Efraim Flashner
2017-09-05Handle the same HTTP redirects everywhere.Tobias Geerinckx-Rice
2017-08-01lint: formatting: Detect sexp boundaries.Ludovic Courtès
2017-05-23guix: lint: Slightly simplify `check-source-file-name'.Arun Isaac
2017-05-23gnu: lint: Fix typo.Arun Isaac
2017-05-18lint: inputs-should-be-native: Add "cmake".Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-04-16lint: Avoid non-literal format strings.Ludovic Courtès
2017-03-27ui: Support Texinfo markup in package synopses.Alex Kost
2017-03-18http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0.Ludovic Courtès
2017-01-31lint: Use the "@" syntax for versioned packages in warnings.Ludovic Courtès
2017-01-28Use 'mlambda' instead of 'memoize'.Ludovic Courtès
2017-01-28Add (guix memoization).Ludovic Courtès
2017-01-21lint: Display PACKAGE@VERSION.Ludovic Courtès
2016-11-25Merge branch 'master' into python-build-systemLeo Famulari