feat(md_lint_config): moved to website-template repo

!8
This commit is contained in:
2023-05-22 12:16:35 +09:30
parent eb32851d32
commit e0de8665fe
2 changed files with 2 additions and 21 deletions

View File

@ -14,11 +14,11 @@ variables:
include:
- project: nofusscomputing/projects/gitlab-ci
ref: f6d7ebeeb2b9d643c37ccbe6e25fa8d7e9dd970d
ref: development
file:
- conventional_commits/.gitlab-ci.yml
- mkdocs/.gitlab-ci.yml
- validation/.gitlab-ci.yml
- lint/markdown.gitlab-ci.yml
- gitlab_release/.gitlab-ci.yml

View File

@ -1,19 +0,0 @@
{
"line-length": false,
"MD007": {
"indent": 4
},
"MD033": {
"allowed_elements": [ "div", "s", "span", "u", "p" ]
},
"blanks-around-headings":{
"lines_above": 2,
"lines_below": 1
},
"MD012": {
"maximum": 2
},
"comment": {
"MD012": "MD012 max=2 added so that headings can have two lines above for clarity."
}
}