Skip to content

Commit

Permalink
Enable Markdown linter (remark-lint) for Stickler CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Alkov <ben.alkov@redhat.com>
  • Loading branch information
ben-alkov committed Apr 9, 2020
1 parent a02edc4 commit e6741d5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .remarkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"plugins": [
"remark-preset-lint-markdown-style-guide",
"remark-lint-no-dead-urls",
"remark-lint-match-punctuation",
"remark-lint-mdash-style",
"remark-lint-no-chinese-punctuation-in-number",
"remark-lint-no-dead-urls",
"remark-lint-no-repeat-punctuation",
"remark-lint-emoji-limit",
"remark-lint-no-empty-sections",
"remark-lint-heading-length",
"remark-lint-heading-whitespace",
"remark-lint-are-links-valid",
"remark-lint-spaces-around-number",
"remark-lint-spaces-around-word",
"remark-lint-no-url-trailing-slash"
]
}
1 change: 1 addition & 0 deletions .stickler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ linters:
max-line-length: 99
shellcheck:
shell: bash
remarklint:

0 comments on commit e6741d5

Please sign in to comment.