stencila linters lint
stencila lint
Usage
stencila linters lint [OPTIONS] <FILE>Examples
# Lint a Python file
stencila linters lint script.py
# Lint and format a JavaScript file
stencila linters lint app.js --format
# Lint and fix issues where possible
stencila linters lint code.r --fix
# Lint with both formatting and fixing
stencila linters lint code.py --format --fixArguments
<FILE> |
Options
-l, --linter | |
--format | truefalse |
--fix | truefalse |