cli → zoo → kcl

zoo kcl lint

Lint a KCL file for style issues.

Options

input
The path to the input file. If you pass - as the path, the file will be read from stdin
--descriptions
Print a long-form description of what the issue is, and the rational behind why
Default value: false
-s/--show-code
Show where the offending KCL source code is
Default value: false
-d/--debug
Print debug info
Default value: false
-h/--help
Print help (see a summary with '-h')

About

# check a file for issues
$ zoo kcl lint my-file.kcl

# pass a file from stdin
$ cat my-file.kcl | zoo kcl lint -

See also