You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove duplicated logic between xtask and makefile
for converting markdown; it needs to be in xtask
as we handle the version substitution there and
some other tweaks
- Really just make the developer entrypoint `just update-generated`
in general
- Fix the rendering of booleans
- Remove unnecessary emoji from prints
Signed-off-by: Colin Walters <walters@verbum.org>
Copy file name to clipboardExpand all lines: docs/src/man/bootc-container-lint.8.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,34 +24,22 @@ part of a build process; it will error if any problems are detected.
24
24
25
25
Default: /
26
26
27
-
**--fatal-warnings**=*FATAL_WARNINGS*
27
+
**--fatal-warnings**
28
28
29
29
Make warnings fatal
30
30
31
-
Possible values:
32
-
- true
33
-
- false
34
-
35
-
**--list**=*LIST*
31
+
**--list**
36
32
37
33
Instead of executing the lints, just print all available lints. At the current time, this will output in YAML format because it's reasonably human friendly. However, there is no commitment to maintaining this exact format; do not parse it via code or scripts
38
34
39
-
Possible values:
40
-
- true
41
-
- false
42
-
43
35
**--skip**=*SKIP*
44
36
45
37
Skip checking the targeted lints, by name. Use `--list` to discover the set of available lints
46
38
47
-
**--no-truncate**=*NO_TRUNCATE*
39
+
**--no-truncate**
48
40
49
41
Don't truncate the output. By default, only a limited number of entries are shown for each lint, followed by a count of remaining entries
0 commit comments