zlint - Man Page
manual page for zlint 3.5.0
Synopsis
zlint [flags] file...
Description
ZLint version dev-unknown
- -config string
A path to valid a TOML file that is to service as the configuration for a single run of ZLint
- -exampleConfig
Print a complete example of a configuration that is usable via the '-config' flag and exit. All values listed in this example will be set to their default.
- -excludeNames string
Comma-separated list of lints to exclude by name
- -excludeSources string
Comma-separated list of lint sources to exclude
- -format string
One of {pem, der, base64} (default "pem")
- -includeNames string
Comma-separated list of lints to include by name
- -includeSources string
Comma-separated list of lint sources to include
- -list-lints-json
Print lints in JSON format, one per line
- -list-lints-source
Print list of lint sources, one per line
- -list-profiles
Print profiles in JSON format, one per line
- -longSummary
Prints a human-readable summary report with details
- -nameFilter string
Only run lints with a name matching the provided regex. (Can not be used with -includeNames/-excludeNames)
- -pretty
Pretty-print JSON output
- -profile string
Name of the linting profile to use. Equivalent to enumerating all of the lints in a given profile using includeNames
- -summary
Prints a short human-readable summary report
- -version
Print ZLint version and exit