mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-18 13:01:51 +03:00
Pull request 2320: upd-chlog
Merge in DNS/adguard-home from upd-chlog to master Squashed commit of the following: commit 305ae5823fa2f61b5f58759a29330a65599c19ba Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Dec 11 17:19:51 2024 +0300 all: upd and fmt chlog
This commit is contained in:
parent
dab608292a
commit
8f53f6505b
3 changed files with 1068 additions and 1278 deletions
25
.markdownlint.json
Normal file
25
.markdownlint.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"ul-indent": {
|
||||
"indent": 4
|
||||
},
|
||||
"ul-style": {
|
||||
"style": "dash"
|
||||
},
|
||||
"emphasis-style": {
|
||||
"style": "asterisk"
|
||||
},
|
||||
"no-duplicate-heading": {
|
||||
"siblings_only": true
|
||||
},
|
||||
"no-inline-html": {
|
||||
"allowed_elements": [
|
||||
"a"
|
||||
]
|
||||
},
|
||||
"no-trailing-spaces": {
|
||||
"br_spaces": 0
|
||||
},
|
||||
"line-length": false,
|
||||
"no-bare-urls": false,
|
||||
"link-fragments": false
|
||||
}
|
2313
CHANGELOG.md
2313
CHANGELOG.md
File diff suppressed because it is too large
Load diff
|
@ -14,7 +14,7 @@ if [ "$verbose" -gt '0' ]; then
|
|||
set -x
|
||||
fi
|
||||
|
||||
# TODO(e.burkov): Lint markdown documents within this project.
|
||||
# markdownlint \
|
||||
# ./README.md \
|
||||
# ;
|
||||
# TODO(e.burkov): Lint allmarkdown documents within this project.
|
||||
markdownlint \
|
||||
./CHANGELOG.md \
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue