diff --git a/pages/common/pio-check.md b/pages/common/pio-check.md new file mode 100644 index 0000000000..2f673b2369 --- /dev/null +++ b/pages/common/pio-check.md @@ -0,0 +1,24 @@ +# pio check + +> Perform a static analysis check on a PlatformIO project. +> More information: . + +- Perform a basic analysis check on the current project: + +`pio check` + +- Perform a basic analysis check on a specific project: + +`pio check --project-dir {{project_dir}}` + +- Perform an analysis check for a specific environment: + +`pio check --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 --verbose`