Skip to content

Fix arduino-lint-tool violations LP011/013 #20

New issue

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

Merged
merged 4 commits into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Arduino Lint
uses: arduino/arduino-lint-action@v1
with:
compliance: strict
compliance: specification
# Change this to "update" once the library is added to the index.
library-manager: submit
# Always use this setting for official repositories. Remove for 3rd party projects.
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name=Braccio++
name=Arduino_Braccio_plusplus
version=1.0.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Board support library for the Arduino Braccio++ 6-DOF robot arm.
paragraph=This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.
category=Communication
url=https://www.arduino.cc/en/Braccio++/Braccio++
url=https://github.com/arduino-libraries/Arduino_Braccio_plusplus
architectures=mbed,mbed_nano
includes=Braccio++.h
depends=lvgl
File renamed without changes.