Skip to content

Commit

Permalink
Docs: miscellaneous changes
Browse files Browse the repository at this point in the history
Change `WPCS` to `WordPressCS` in miscellaneous files.
  • Loading branch information
jrfnl committed Aug 20, 2023
1 parent 4a33d46 commit 71dc238
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Exclude these files from release archives.
# This will also make them unavailable when using Composer with `--prefer-dist`.
# If you develop for WPCS using Composer, use `--prefer-source`.
# If you develop for WordPressCS using Composer, use `--prefer-source`.
# https://blog.madewithlove.be/post/gitattributes/
#
/.gitattributes export-ignore
Expand Down
2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Linting is done in a separate CI job, no need to duplicate it. -->
<exclude name="Generic.PHP.Syntax"/>

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

Expand Down
6 changes: 3 additions & 3 deletions Tests/RulesetCheck/class-ruleset-test.inc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/**
* Simple file which should not have any issues when testing against the WPCS rulesets.
* Simple file which should not have any issues when testing against the WordPressCS rulesets.
*
* Most - if not all - sniffs should be triggered by this file.
*
* Used to do a simple CI test on the rulesets.
*
* Currently covered - based on the rulesets as of July 24 2018:
* - Every WPCS native sniff is triggered.
* - Every WPCS + PHPCS sniff within the Core ruleset is triggered.
* - Every WordPressCS native sniff is triggered.
* - Every WordPressCS + PHPCS sniff within the Core ruleset is triggered.
*
* @package WPCS\WordPressCodingStandards
*/
Expand Down

0 comments on commit 71dc238

Please sign in to comment.