Skip to content

Commit

Permalink
WIP / config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Apr 14, 2024
1 parent 2797e5e commit a30c130
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,34 @@
"remark-lint-no-dead-urls",
{
"skipUrlPatterns": [
"^https?://github\\.com/PHPCSStandards/PHP_CodeSniffer/compare/[0-9\\.]+?\\.{3}[0-9\\.]+"
"^https?://github\\.com/PHPCSStandards/PHP_CodeSniffer/compare/[0-9\\.]+?\\.{3}[0-9\\.]+",
"^https?://github\\.com/[A-Za-z0-9-]+"
]
}
],
"remark-lint-no-duplicate-defined-urls",
"remark-lint-no-duplicate-definitions",
"remark-lint-no-empty-url",
"remark-lint-no-file-name-consecutive-dashes",
"remark-lint-no-file-name-irregular-characters",
["remark-lint-no-file-name-irregular-characters", "\\.a-zA-Z0-9-_"],
"remark-lint-no-file-name-outer-dashes",
"remark-lint-no-heading-like-paragraph",
"remark-lint-no-literal-urls",
"remark-lint-no-reference-like-url",
"remark-lint-no-shortcut-reference-image",
"remark-lint-no-table-indentation",
"remark-lint-no-undefined-references",
[
"remark-lint-no-undefined-references",
{
"allow": [
"!NOTE",
"!TIP",
"!IMPORTANT",
"!WARNING",
"!CAUTION"
]
}
],
"remark-lint-no-unneeded-full-reference-image",
"remark-lint-no-unneeded-full-reference-link",
"remark-lint-no-unused-definitions",
Expand Down

0 comments on commit a30c130

Please sign in to comment.