mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Expound a bit on 'guix lint'.
* doc/guix.texi (Invoking guix lint): Give examples of checkers.
This commit is contained in:
parent
ffc3a02b5a
commit
873c4085c8
1 changed files with 19 additions and 2 deletions
|
@ -3212,8 +3212,25 @@ Use @var{host} as the OpenPGP key server when importing a public key.
|
|||
@node Invoking guix lint
|
||||
@section Invoking @command{guix lint}
|
||||
The @command{guix lint} is meant to help package developers avoid common
|
||||
errors and use a consistent style. It runs a few checks on a given set of
|
||||
packages in order to find common mistakes in their definitions.
|
||||
errors and use a consistent style. It runs a number of checks on a
|
||||
given set of packages in order to find common mistakes in their
|
||||
definitions. Available @dfn{checkers} include (see
|
||||
@code{--list-checkers} for a complete list):
|
||||
|
||||
@table @code
|
||||
@item synopsis
|
||||
@itemx description
|
||||
Validate certain typographical and stylistic rules about package
|
||||
descriptions and synopses.
|
||||
|
||||
@item inputs-should-be-native
|
||||
Identify inputs that should most likely be native inputs.
|
||||
|
||||
@item source
|
||||
@itemx home-page
|
||||
Probe @code{home-page} and @code{source} URLs and report those that are
|
||||
invalid.
|
||||
@end table
|
||||
|
||||
The general syntax is:
|
||||
|
||||
|
|
Loading…
Reference in a new issue