arduino-lint icon indicating copy to clipboard operation
arduino-lint copied to clipboard

Tool to check for problems with Arduino projects

Results 39 arduino-lint issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.5.0 Spring 2022 Release 🌥️ Hello everyone! Welcome to another release of cobra. Completions continue to get better...

topic: infrastructure

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.5.0 Spring 2022 Release 🌥️ Hello everyone! Welcome to another release of cobra. Completions continue to get better...

topic: infrastructure

Bumps [github.com/ory/jsonschema/v3](https://github.com/ory/jsonschema) from 3.0.4 to 3.0.7. Release notes Sourced from github.com/ory/jsonschema/v3's releases. v3.0.7 Full Changelog: https://github.com/ory/jsonschema/compare/v3.0.6...v3.0.7 v3.0.6 No release notes provided. v3.0.5 No release notes provided. Commits b41762f ci: fix...

topic: infrastructure
status: on hold

### Describe the problem Wtih 1.2.1 I got this: ```text Linting platform in STMicroelectronics\hardware\stm32\2.3.0 ERROR: Missing upload.tool. property for board ID(s) Nucleo_144, Nucleo_64, Nucleo_32, Disco, Eval, STM32MP1, GenF0, GenF1, GenF2,...

topic: code
type: imperfection

[LP048](https://arduino.github.io/arduino-lint/dev/rules/library/#depends-not-in-index-lp048) checks whether all libraries mentioned in the `depends` field of library.properties exist in the Library Manager, however it is a warning and not an error. The issue is that...

type: enhancement
topic: code

I would like to exclude some folders from library structure checks - essentially the same folders from my .gitignore. In my case, I'm getting "ERROR: Sketch(es) found outside examples and...

type: enhancement
topic: code

When navigation to the rules documentation (https://github.com/arduino/arduino-lint/blob/main/docs/rules.md), clicking on libraries, it leads to https://github.com/arduino/arduino-lint/blob/main/docs/rules/library.md but this gave an Error 404 on github

topic: documentation
type: imperfection

I would like to programmatically validate the config for the [Arduino CLI](https://github.com/arduino/arduino-cli). Thank you! 🙏 Upstream issue: https://github.com/arduino/arduino-cli/issues/587

type: enhancement
topic: code
status: on hold
criticality: medium

I am running the linter using your github-action (thanks for making it available) and I am faced with these three rules failing and it seems that everything is defined as...

type: enhancement
topic: code
criticality: medium

By accident I released a few versions of the IRremote library with the IRremoteExtensionTest example containing a IRremoteExtensionTest.cpp instead of a IRremoteExtensionTest.ino file. It would be nice to add such...

type: enhancement
topic: code