Skip to content

Commit 6cb2262

Browse files
authored
Merge pull request #369 from PHPCSStandards/feature/markdownlint-add-extra-name
Markdownlint config: minor tweak
2 parents 7c849ae + 0e4a859 commit 6cb2262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.markdownlint-cli2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ config:
9393
# MD044/proper-names - Proper names should have the correct capitalization.
9494
MD044:
9595
# List of proper names.
96-
names: ["PHPCSUtils", "PHP", "PHP_CodeSniffer", "CodeSniffer", "PHPUnit"]
96+
names: ["PHPCSExtra", "Modernize", "NormalizedArrays", "Universal", "PHPCSUtils", "PHP", "PHP_CodeSniffer", "CodeSniffer", "PHPUnit"]
9797
# Include code blocks.
9898
code_blocks: false
9999

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ The upgrade to PHPCSUtils 1.0.0-alpha4 took care of a number of bugs, which pote
576576

577577
Initial alpha release containing:
578578
* A `NormalizedArrays` standard which will contain a full set of sniffs to check the formatting of array declarations.
579-
* A `Universal` standard which will contain a collection of universal sniffs.
579+
* A `Universal` standard which will contain a collection of universally applicable sniffs.
580580
DO NOT INCLUDE THIS AS A STANDARD.
581581
`Universal`, like the upstream PHPCS `Generic` standard, contains sniffs which contradict each other.
582582
Include individual sniffs from this standard in a custom project/company ruleset to use them.

0 commit comments

Comments
 (0)