Skip to content

arduino/arduino-lint

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.