Skip to content

arduino/arduino-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3337e70 · Dec 12, 2020
Dec 7, 2020
Dec 12, 2020
Dec 11, 2020
Dec 12, 2020
Dec 12, 2020
Dec 10, 2020
Dec 12, 2020
Dec 12, 2020
Dec 11, 2020
Oct 30, 2020
Oct 26, 2020
Dec 9, 2020
Oct 26, 2020
Oct 26, 2020
Dec 10, 2020
Nov 29, 2020
Dec 11, 2020
Dec 11, 2020
Nov 18, 2020
Oct 26, 2020
Oct 26, 2020

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.

A few additional configuration options only of use for internal/development use of the tool can be set via environment variables:

  • ARDUINO_CHECK_OFFICIAL - Set to "true" to run the checks that only apply to official Arduino projects.
  • ARDUINO_CHECK_LOG_LEVEL - Messages with this level and above will be logged.
    • Supported values: trace, debug, info, warn, error, fatal, panic
  • ARDUINO_CHECK_LOG_FORMAT - The output format for the logs.
    • Supported values: text, json