Fix lint check in makefile, fix errors (#837)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
parent
3fb086c80f
commit
15097436c7
|
|
@ -7,6 +7,7 @@ Table of Contents
|
||||||
|
|
||||||
- [Attributes](#attributes)
|
- [Attributes](#attributes)
|
||||||
- [Attribute and Label Naming](#attribute-and-label-naming)
|
- [Attribute and Label Naming](#attribute-and-label-naming)
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Attributes
|
## Attributes
|
||||||
|
|
@ -130,4 +131,3 @@ It is recommended to limit names to printable Basic Latin characters
|
||||||
(more precisely to
|
(more precisely to
|
||||||
[U+0021 .. U+007E](https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block)#Table_of_characters)
|
[U+0021 .. U+007E](https://en.wikipedia.org/wiki/Basic_Latin_(Unicode_block)#Table_of_characters)
|
||||||
subset of Unicode code points).
|
subset of Unicode code points).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue