Skip to content

Commit

Permalink
Remark check: update config and minor tweak
Browse files Browse the repository at this point in the history
The Remark check is failing (again) for some unfathomable reason. They must have changed something downstream again.

Let's see if this fixes it.
  • Loading branch information
jrfnl committed Sep 20, 2023
1 parent 847fe40 commit 7f5d9e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ Please include as many details as relevant about the environment you experienced
You should be able to get the version numbers using the `composer info` command.
-->

| Environment | Answer
| ------------------------ | -------
| PHP version | x.y.z
| PHP_CodeSniffer version | x.y.z
| PHPCSExtra version | x.y.z
| PHPCSUtils version | x.y.z
| Install type | e.g. Composer global, Composer project local, git clone, other (please expand)
| Environment | Answer |
|-------------------------|--------------------------------------------------------------------------------|
| PHP version | x.y.z |
| PHP_CodeSniffer version | x.y.z |
| PHPCSExtra version | x.y.z |
| PHPCSUtils version | x.y.z |
| Install type | e.g. Composer global, Composer project local, git clone, other (please expand) |


## Additional Context (optional)
Expand Down
2 changes: 1 addition & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"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",
Expand Down

0 comments on commit 7f5d9e6

Please sign in to comment.