System Grab Bag

View all TLDR pages from common (or from all pages)

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 --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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.