Go to file
Gary Pendergast 83af0329a2 Coding Standards: Document intentional `case` block fall-throughs.
Fixes `PSR2.ControlStructures.SwitchDeclaration.TerminatingComment` violations.

See #45934.



git-svn-id: https://develop.svn.wordpress.org/trunk@44565 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-11 06:25:37 +00:00
src Coding Standards: Document intentional `case` block fall-throughs. 2019-01-11 06:25:37 +00:00
tests Coding Standards: Ignore the violations of `Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase`. 2019-01-11 06:07:50 +00:00
tools Build tools: Allow building WordPress to `src`. 2018-12-24 13:28:22 +00:00
.editorconfig
.gitignore Build/Test Tools: Update `.gitignore` to exclude `twentynineteen` and `twentysixteen`. 2019-01-09 13:44:30 +00:00
.jshintrc Build tools: Fix the `travis:js` build. 2018-12-24 13:53:11 +00:00
.npmrc
.nvmrc
.travis.yml Build Tools: Switch to Node 10.13.0. 2018-12-16 01:42:24 +00:00
Gruntfile.js Build Tools: Copy unminified JS files to `src`. 2019-01-10 01:38:22 +00:00
composer.json
composer.lock
jsdoc.conf.json
package-lock.json Block Editor: Upgrade the `@wordpress/` packages. 2019-01-10 01:53:38 +00:00
package.json Block Editor: Upgrade the `@wordpress/` packages. 2019-01-10 01:53:38 +00:00
phpcs.xml.dist Coding Standards: Add exceptions for `WordPress.Files.FileName.NotHyphenatedLowercase`. 2019-01-11 06:16:35 +00:00
phpunit.xml.dist
webpack.config.js Build tools: Allow building WordPress to `src`. 2018-12-24 13:28:22 +00:00
wp-cli.yml Build/Tests: Default to running unit tests from `src`. 2019-01-09 10:09:02 +00:00
wp-config-sample.php General: Replace "Happy blogging" with "Happy publishing". 2019-01-08 04:29:06 +00:00
wp-tests-config-sample.php Tests: Revert [44509]. 2019-01-09 11:13:03 +00:00