mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
03eaa4c365
* batch * Update pages/osx/sips.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> * Update pages/osx/sips.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --------- Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
702 B
702 B
pio check
Perform a static analysis check on a PlatformIO project. More information: https://docs.platformio.org/en/latest/core/userguide/cmd_check.html.
- Perform a basic analysis check on the current project:
pio check
- Perform a basic analysis check on a specific project:
pio check {{[-d|--project-dir]}} {{project_directory}}
- Perform an analysis check for a specific environment:
pio check {{[-e|--environment]}} {{environment}}
- Perform an analysis check and only report a specified defect severity type:
pio check --severity {{low|medium|high}}
- Perform an analysis check and show detailed information when processing environments:
pio check {{[-v|--verbose]}}