8000 GitHub - arduino/arduino-cli at e8ff10d295b0dc2f7e89cb021f6e7a477fe67fb8
[go: up one dir, main page]

Skip to content

arduino/arduino-cli

Repository files navigation

arduino-check

arduino-check is a command line tool that automatically checks for common problems in your Arduino projects:

  • Sketches
  • Libraries

Usage

After installing arduino-check, run the command arduino-check --help for usage documentation.

Set the ARDUINO_CHECK_OFFICIAL environment variable to "true" to run the checks that only apply to official Arduino projects.

0