arduino-check
is a command line tool that automatically checks for common problems in your
Arduino projects:
- Sketches
- Libraries
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.