Release v1.1.0 (#1535)
* Release v1.1.0 Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com> * Update CHANGELOG.md Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> * Add sections to the changelog * Update markdownlint to allow siblings headers with same name Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com> Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
This commit is contained in:
parent
580121698c
commit
cbc55de778
|
|
@ -1,8 +1,23 @@
|
||||||
{
|
# Default state for all rules
|
||||||
"default": true,
|
default: true
|
||||||
"MD029": { "style": "ordered" },
|
|
||||||
"ul-style": false, # MD004
|
# ul-style
|
||||||
"line-length": false, # MD013
|
MD004: false
|
||||||
"no-inline-html": false, # MD033
|
|
||||||
"fenced-code-language": false # MD040
|
# line-length
|
||||||
}
|
MD013: false
|
||||||
|
|
||||||
|
# no-duplicate-header
|
||||||
|
MD024:
|
||||||
|
siblings_only: true
|
||||||
|
|
||||||
|
# ol-prefix
|
||||||
|
MD029:
|
||||||
|
style: ordered
|
||||||
|
|
||||||
|
# no-inline-html
|
||||||
|
MD033: false
|
||||||
|
|
||||||
|
# fenced-code-language
|
||||||
|
MD040: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue