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": true,
|
||||
"MD029": { "style": "ordered" },
|
||||
"ul-style": false, # MD004
|
||||
"line-length": false, # MD013
|
||||
"no-inline-html": false, # MD033
|
||||
"fenced-code-language": false # MD040
|
||||
}
|
||||
# Default state for all rules
|
||||
default: true
|
||||
|
||||
# ul-style
|
||||
MD004: false
|
||||
|
||||
# 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