Skip to content

Commit 352c1c3

Browse files
committed
test: add errors to test vale config
1 parent b93fa14 commit 352c1c3

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

README.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project stores the files for the [Espressif Developer Portal][] website. Gi
44

55
[Espressif Developer Portal]: https://developer.espressif.com/
66

7+
This doesn't works. See [this](./content/blog/2025/03/esp32-bluetooth-clearing-the-air/index.md#impat).
8+
9+
For details, see the page [at this link](https://google.com).
710

811
## Contribute and render locally
912

@@ -17,3 +20,66 @@ See also the Contribution Guide articles:
1720

1821
- [Contribution workflow](./content/pages/contribution-guide/contrib-workflow/index.md)
1922
- [Writing content](./content/pages/contribution-guide/writing-content/index.md)
23+
24+
## Test Vale style
25+
26+
---
27+
28+
Rule `Espressif-devportal.HeadingSentenceCase`
29+
30+
#### Use Sentence Style Capitalization
31+
32+
#### Exceptions for capitalization can be added like espressif
33+
34+
---
35+
36+
Rules `Espressif-devportal.ListEndPunctuation` and `Espressif-devportal.ListMixedType`
37+
38+
Simple bullet list:
39+
40+
- Item 1
41+
- Item 2.
42+
43+
Multi-level list:
44+
45+
1. Item 1:
46+
2. Item 2
47+
- Item 1.
48+
- Item 2
49+
50+
Bullets and numbers at the same level:
51+
52+
1. Item 1
53+
- Item 2
54+
55+
---
56+
57+
Rule `Espressif-devportal.NonStandardChars`
58+
59+
The modules–those that integrate SoCs–are more popular.
60+
61+
---
62+
63+
Rule `Espressif-devportal.OfxordComma`
64+
65+
Espressif is famous for its SoCs, modules and development boards.
66+
67+
---
68+
69+
Rule `Espressif-devportal.TermsAcronyms`
70+
71+
LP-Core integrates an IMAC CPU.
72+
73+
---
74+
75+
Rules `Espressif-devportal.TermsFixedPattern` and `Espressif-devportal.TermsSingleCorrectSpelling`
76+
77+
Espressif SOCs are famous for its Wi-Fi and bluetooth features. ESP-iDF programming guide is also popular.
78+
79+
---
80+
81+
Rule `Espressif-devportal.UsefulLinkText`
82+
83+
For details, see [here](https://google.com) and [on this page][example].
84+
85+
[example]: https://google.com

0 commit comments

Comments
 (0)