summaryrefslogtreecommitdiff
path: root/guix/scripts/lint.scm
Commit message (Expand)AuthorAge
* lint: Add '-e'.Ludovic Courtès2022-08-08
* scripts: lint: Display result of checkers on stdout.Brice Waegeneire2020-11-21
* scripts: lint: Add '--exclude' option.zimoun2020-10-30
* scripts: lint: Fix '--no-network' option.zimoun2020-10-30
* scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès2020-09-10
* lint: Use 'with-error-handling'.Ludovic Courtès2020-08-26
* scripts: lint: Handle store connections for lint checkers.Christopher Baines2020-03-24
* lint: Add '--load-path' option.zimoun2019-12-08
* lint: Log diagnostics with 'info', not 'warning'.Ludovic Courtès2019-08-28
* lint: Use the 'warning' procedure for messages.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
* scripts: lint: Separate the message warning text and data.Christopher Baines2019-07-15
* scripts: lint: Handle warnings with a record type.Christopher Baines2019-07-15
* lint: 'check-github-url' uses our own 'open-connection-for-uri'.Ludovic Courtès2019-04-18
* store: Rename '&nix-error' to '&store-error'.Ludovic Courtès2019-01-21
* lint: check-source-unstable-tarball: Don't assume uri length.Efraim Flashner2019-01-20
* guix: lint: Warn only if GitHub URI is not same as the package URI.Arun Isaac2019-01-10
* lint: Avoid 'dirname' call at the top level.Ludovic Courtès2019-01-07
* lint: Rename checker to 'github-url'.Ludovic Courtès2019-01-06
* lint: Check for unstable tarballs.Efraim Flashner2018-12-27
* guix: lint: Check for source URIs redirecting to GitHub.Arun Isaac2018-12-24
* lint: 'check-derivation' fully disables grafts.Ludovic Courtès2018-11-20
* lint: 'check-derivation' tries all the package's supported systems.Ludovic Courtès2018-11-20
* packages: Add 'package-patched-vulnerabilities'.Ludovic Courtès2018-06-09
* guix: Fix typo.Julien Lepiller2018-05-11
* lint: 'check-vulnerabilities' also checks package properties.Efraim Flashner2017-12-10
* lint: Adjust file-name length test for out-of-tree file names.Ludovic Courtès2017-11-28
* lint: 'patch-file-names' checks for file name length.Ludovic Courtès2017-11-28
* lint: 'refresh' gracefully handles lack of networking access.Ludovic Courtès2017-10-28
* lint: Extract network-related exception handling.Ludovic Courtès2017-10-28
* scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'.Ludovic Courtès2017-10-28
* lint: 'home-page' checker reports permanent redirects.Ludovic Courtès2017-10-12
* lint: Remove extra newline.Ludovic Courtès2017-10-09
* guix: lint: Add checker for new upstream versions.Efraim Flashner2017-10-09
* Handle the same HTTP redirects everywhere.Tobias Geerinckx-Rice2017-09-05
* lint: formatting: Detect sexp boundaries.Ludovic Courtès2017-08-01
* guix: lint: Slightly simplify `check-source-file-name'.Arun Isaac2017-05-23
* gnu: lint: Fix typo.Arun Isaac2017-05-23
* lint: inputs-should-be-native: Add "cmake".Ludovic Courtès2017-05-18
* ui: Rename '_' to 'G_'.Ludovic Courtès2017-05-03
* lint: Avoid non-literal format strings.Ludovic Courtès2017-04-16
* ui: Support Texinfo markup in package synopses.Alex Kost2017-03-27
* http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0.Ludovic Courtès2017-03-18
* lint: Use the "@" syntax for versioned packages in warnings.Ludovic Courtès2017-01-31
* Use 'mlambda' instead of 'memoize'.Ludovic Courtès2017-01-28
* Add (guix memoization).Ludovic Courtès2017-01-28
* lint: Display PACKAGE@VERSION.Ludovic Courtès2017-01-21
* Merge branch 'master' into python-build-systemLeo Famulari2016-11-25
|\
| * lint: Add 'mirror-url' checker.Ludovic Courtès2016-11-19