logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PlatformIO Check - Validate Project Code | Online Free DevTools by Hexmos

Validate PlatformIO project code with PlatformIO Check. Perform static analysis and identify potential defects in your code. Free online tool, no registration required.

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

  • 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]}}

See Also