We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI, development workflow
any
Sketches and libraries sometimes end up with inconsistent naming or code style, or in generally don't comply with the Arduino guidelines.
Arduino team provides an arduino-lint tool which can run some checks on sketches, libraries, and cores: https://arduino.github.io/arduino-lint/
The ideal solution is to use the tool in CI or as a pre-commit hook, to check the new contributions.
No response
The text was updated successfully, but these errors were encountered:
Closing this in favor of #7975
Sorry, something went wrong.
No branches or pull requests
Related area
CI, development workflow
Hardware specification
any
Is your feature request related to a problem?
Sketches and libraries sometimes end up with inconsistent naming or code style, or in generally don't comply with the Arduino guidelines.
Describe the solution you'd like
Arduino team provides an arduino-lint tool which can run some checks on sketches, libraries, and cores:
https://arduino.github.io/arduino-lint/
The ideal solution is to use the tool in CI or as a pre-commit hook, to check the new contributions.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: