Skip to content

Commit 71dc238

Browse files
committed
Docs: miscellaneous changes
Change `WPCS` to `WordPressCS` in miscellaneous files.
1 parent 4a33d46 commit 71dc238

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Exclude these files from release archives.
33
# This will also make them unavailable when using Composer with `--prefer-dist`.
4-
# If you develop for WPCS using Composer, use `--prefer-source`.
4+
# If you develop for WordPressCS using Composer, use `--prefer-source`.
55
# https://blog.madewithlove.be/post/gitattributes/
66
#
77
/.gitattributes export-ignore

.phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- Linting is done in a separate CI job, no need to duplicate it. -->
5252
<exclude name="Generic.PHP.Syntax"/>
5353

54-
<!-- WPCS still has a PHP 5.4 minimum. -->
54+
<!-- WordPressCS still has a PHP 5.4 minimum. -->
5555
<exclude name="Modernize.FunctionCalls.Dirname"/>
5656
</rule>
5757

Tests/RulesetCheck/class-ruleset-test.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22
/**
3-
* Simple file which should not have any issues when testing against the WPCS rulesets.
3+
* Simple file which should not have any issues when testing against the WordPressCS rulesets.
44
*
55
* Most - if not all - sniffs should be triggered by this file.
66
*
77
* Used to do a simple CI test on the rulesets.
88
*
99
* Currently covered - based on the rulesets as of July 24 2018:
10-
* - Every WPCS native sniff is triggered.
11-
* - Every WPCS + PHPCS sniff within the Core ruleset is triggered.
10+
* - Every WordPressCS native sniff is triggered.
11+
* - Every WordPressCS + PHPCS sniff within the Core ruleset is triggered.
1212
*
1313
* @package WPCS\WordPressCodingStandards
1414
*/

0 commit comments

Comments
 (0)