Skip to content

Commit 95f6c31

Browse files
committed
fix(SrcWrapper): remove errors and warnings raised by arduino-lint
WARNING: No header file found matching library name (Source_Wrapper.h). Best practices are for primary header filename to match library name. (Rule LS008) WARNING: library.properties name Source Wrapper contains spaces. Although supported, best practices is to not use spaces. (Rule LP015) ERROR: library.properties url value is less than minimum length. (Rule LP056) ERROR: library.properties url field value does not have a valid URL format. (Rule LP041) WARNING: Unable to load the library.properties url field: Head "": unsupported protocol scheme "" (Rule LP042) Signed-off-by: Frederic Pillon <[email protected]>
1 parent 32541f7 commit 95f6c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=Source Wrapper
1+
name=SrcWrapper
22
version=1.0.1
33
author=Frederic Pillon
44
maintainer=stm32duino
55
sentence=Source files wrapper (HAL, LL,...)
66
paragraph=Allow to not archive source object files to core.a. This avoid the linker to select weak definitions instead of non-weak ones when 'whole-archive' option is not used.
77
category=Other
8-
url=
8+
url=https://github.com/stm32duino/Arduino_Core_STM32
99
architectures=stm32

0 commit comments

Comments
 (0)