Skip to content

Commit 466b426

Browse files
updated library properties for passing lint...
1 parent 0fb453c commit 466b426

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Lint using Arduino-lint
12
on: [push, pull_request]
23
jobs:
34
lint:

libraries/PDM/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Adafruit <support@adafruit.com>
55
sentence=Enables the communication with devices that use the PDM Bus. Specific implementation for nRF52.
66
paragraph=
77
category=Communication
8-
url=
8+
url=https://github.com/adafruit/Adafruit_nRF52_Arduino
99
architectures=*

libraries/RotaryEncoder/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=Rotary Encoder
1+
name=RotaryEncoder
22
version=0.8.0
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>

libraries/SPI/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=SPI
22
version=1.0
3-
author=
4-
maintainer=
3+
author=Arduino
4+
maintainer=Adafruit <support@adafruit.com>
55
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. Specific implementation for nRF52.
66
paragraph=
77
category=Communication

libraries/Wire/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=Wire
22
version=1.0
3-
author=
4-
maintainer=
3+
author=Arduino
4+
maintainer=Adafruit <support@adafruit.com>
55
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. Specific implementation for nRF52.
66
paragraph=
77
category=Communication

0 commit comments

Comments
 (0)