sitecore-pathfinder
Version:
27 lines (21 loc) • 1.12 kB
Markdown
check-project
===========
Checks the project for warnings and errors.
Remarks
-------
The 'check-project' tasks executes checks and conventions.
Settings
--------
| Setting name | Description |
|----------------------------------------|--------------------------------------------------------------------------------|
| check-project:disabled-categories | Disables checker categories (Items, Fields, Templates, TemplateFields, Media). |
| check-project:disabled-checkers | Disables specific checkers. |
| check-project:stop-on-errors | Any error will abort the build.n error. |
| check-project:treat-warnings-as-errors | Any warning will be treate as an error. |
Example
-------
```cmd
> scc check-project
scc.cmd(0,0): information SCC3041: Checking project...
scc.cmd(0,0): information SCC3042: Checks: 38, errors: 0, warnings: 0, messages: 0
```