stencila lint
Usage
stencila lint [OPTIONS] [FILES]...Examples
# Lint a single document
stencila lint document.smd
# Lint multiple documents
stencila lint *.qmd docs/*
# Auto-format documents during linting
stencila lint report.myst --format
# Auto-fix linting issues
stencila lint article.smd --fix
# Output diagnostics as YAML
stencila lint article.myst --as yamlArguments
[FILES] |
Options
--format | truefalse |
--fix | truefalse |
--cache | truefalse |
-a, --as | jsonyamltoml |