Skip to content

Commit b27905c

Browse files
committed
fix(Mouse): remove warnings raised by arduino-lint
WARNING: library.properties maintainer value Arduino <[email protected]> starts with "Arduino". 3rd party libraries are not maintained by Arduino. (Rule LP027) WARNING: library.properties maintainer value Arduino <[email protected]> contains "Arduino". 3rd party libraries are not maintained by Arduino. (Rule LP057) Signed-off-by: Frederic Pillon <[email protected]>
1 parent bb6d74d commit b27905c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libraries/Mouse/library.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=Mouse
22
version=1.1.0
3-
author=Arduino
4-
maintainer=Arduino <[email protected]>
5-
sentence=Allows an Arduino board with USB capabilities to act as a Mouse. For Leonardo/Micro only
6-
paragraph=This library plugs on the HID library. Can be used with or without other HID-based libraries (Keyboard, Gamepad etc)
3+
author=Arduino, stm32duino
4+
maintainer=stm32duino
5+
sentence=Allows a STM32 based board with USB capabilities to act as a Mouse.
6+
paragraph=This library plugs on the HID implementation provided by the core.
77
category=Device Control
88
url=http://www.arduino.cc/en/Reference/Mouse
99
architectures=stm32

0 commit comments

Comments
 (0)