cargo ux lint

This is a Draft Version

Runs linting tools on Angular Rust app code in a given project folder.

cargo ux lint <project> [options]
cargo ux l <project> [options]

Description

Takes the name of the project, as specified in the projects section of the ux.yaml workspace configuration file. When a project name is not supplied, it will execute for all projects.

Arguments

ArgumentDescriptionValue Type
projectThe name of the project to lint.string

Options

OptionDescriptionValue TypeDefault Value
--configurationThe linting configuration to use. Aliases: -cstring
--excludeFiles to exclude from linting.array
--filesFiles to include in linting.array
--fixFixes linting errors (may overwrite linted files).booleanfalse
--forceSucceeds even if there was linting errors.booleanfalse
--formatOutput format (prose, json, stylish, verbose, pmd, msbuild, checkstyle, vso, fileslist).stringstylish
--helpShows a help message for this command in the console.true|false|jsonfalse
--silentShow output text.booleanfalse
--type-checkControls the type check for linting.booleanfalse