mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
cstyle.1: note -g, $CI being equivalent to -g
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13285
This commit is contained in:
parent
93f3a3517c
commit
14ed1f2424
@ -44,7 +44,6 @@ does not mean that you've followed Sun's C style.
|
|||||||
.Em Caveat emptor .
|
.Em Caveat emptor .
|
||||||
.
|
.
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
The following options are supported:
|
|
||||||
.Bl -tag -width "-c"
|
.Bl -tag -width "-c"
|
||||||
.It Fl c
|
.It Fl c
|
||||||
Check continuation line indentation inside of functions.
|
Check continuation line indentation inside of functions.
|
||||||
@ -86,6 +85,17 @@ types
|
|||||||
etc.
|
etc.
|
||||||
This detects any use of the deprecated types.
|
This detects any use of the deprecated types.
|
||||||
Used as part of the putback checks.
|
Used as part of the putback checks.
|
||||||
|
.It Fl g
|
||||||
|
Also print GitHub-Actions-style
|
||||||
|
.Li ::error
|
||||||
|
output.
|
||||||
|
.El
|
||||||
|
.
|
||||||
|
.Sh ENVIRONMENT
|
||||||
|
.Bl -tag -compact -width ".Ev CI"
|
||||||
|
.It Ev CI
|
||||||
|
If set and nonempty, equivalent to
|
||||||
|
.Fl g .
|
||||||
.El
|
.El
|
||||||
.
|
.
|
||||||
.Sh CONTINUATION CHECKING
|
.Sh CONTINUATION CHECKING
|
||||||
|
Loading…
Reference in New Issue
Block a user