Skip to content

Commit e711c29

Browse files
authored
Merge pull request #274 from PHPCSStandards/feature/update-remark-config
Remark check: update config and minor tweak
2 parents 847fe40 + 7f5d9e6 commit e711c29

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ Please include as many details as relevant about the environment you experienced
5959
You should be able to get the version numbers using the `composer info` command.
6060
-->
6161

62-
| Environment | Answer
63-
| ------------------------ | -------
64-
| PHP version | x.y.z
65-
| PHP_CodeSniffer version | x.y.z
66-
| PHPCSExtra version | x.y.z
67-
| PHPCSUtils version | x.y.z
68-
| Install type | e.g. Composer global, Composer project local, git clone, other (please expand)
62+
| Environment | Answer |
63+
|-------------------------|--------------------------------------------------------------------------------|
64+
| PHP version | x.y.z |
65+
| PHP_CodeSniffer version | x.y.z |
66+
| PHPCSExtra version | x.y.z |
67+
| PHPCSUtils version | x.y.z |
68+
| Install type | e.g. Composer global, Composer project local, git clone, other (please expand) |
6969

7070

7171
## Additional Context (optional)

.remarkrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"remark-lint-no-duplicate-definitions",
2222
"remark-lint-no-empty-url",
2323
"remark-lint-no-file-name-consecutive-dashes",
24-
"remark-lint-no-file-name-irregular-characters",
24+
["remark-lint-no-file-name-irregular-characters", "\\.a-zA-Z0-9_-"],
2525
"remark-lint-no-file-name-outer-dashes",
2626
"remark-lint-no-heading-like-paragraph",
2727
"remark-lint-no-literal-urls",

0 commit comments

Comments
 (0)