Skip to content

Commit 1909522

Browse files
authored
Merge pull request #20 from bcmi-labs/fix-LP011/013
Fix arduino-lint-tool violations LP011/013
2 parents b3a1a21 + 0f986e7 commit 1909522

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-arduino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Arduino Lint
2222
uses: arduino/arduino-lint-action@v1
2323
with:
24-
compliance: strict
24+
compliance: specification
2525
# Change this to "update" once the library is added to the index.
2626
library-manager: submit
2727
# Always use this setting for official repositories. Remove for 3rd party projects.

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name=Braccio++
1+
name=Arduino_Braccio_plusplus
22
version=1.0.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Board support library for the Arduino Braccio++ 6-DOF robot arm.
66
paragraph=This library allows you to control the Arduino Braccio++ 6-DOF 2nd generation robot arm.
77
category=Communication
8-
url=https://www.arduino.cc/en/Braccio++/Braccio++
8+
url=https://github.com/arduino-libraries/Arduino_Braccio_plusplus
99
architectures=mbed,mbed_nano
1010
includes=Braccio++.h
1111
depends=lvgl
File renamed without changes.

0 commit comments

Comments
 (0)