File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments