summaryrefslogtreecommitdiff
path: root/guix/scripts/lint.scm
AgeCommit message (Expand)Author
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
2016-11-19lint: Add 'mirror-url' checker....Ludovic Courtès
2016-11-15lint: more packages to probably be a native input....Hartmut Goebel
2016-11-15guix: Add lint-checker for packages which should be no inputs at all....Hartmut Goebel
2016-11-09lint: 'cve' checker catches 'tls-certificate-error'....Ludovic Courtès
2016-11-07download: Verify TLS certificates unless asked not to....Ludovic Courtès
2016-10-19lint: Suggest @code instead of quotes....Ludovic Courtès
2016-10-03lint: 'cve' checker reports the replacement's vulnerabilities....Ludovic Courtès
2016-08-28guix: lint: Check descriptions for trademark signs....Eric Bavier
2016-08-02lint: 'inputs-should-be-native' checks for extra-cmake-modules and qttools....David Craven