Make WordPress Core

Changeset 43786


Ignore:
Timestamp:
10/22/2018 05:14:59 AM (6 years ago)
Author:
pento
Message:

Build/Tools: Add PHPCS to the 5.0 branch.

This allows us to apply WordPress Coding Standards rules to new files in the 5.0 branch.

Props netweb.
Fixes #44366.

Location:
branches/5.0
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0

    • Property svn:ignore
      •  

        old new  
        66# Files and folders related to build/test tools
        77phpunit.xml
         8phpcs.xml
         9.phpcs.xml
        810node_modules
        911npm-debug.log
  • branches/5.0/.gitignore

    r43760 r43786  
    88# Files and folders related to build/test tools
    99/phpunit.xml
     10/.phpcs.xml
     11/phpcs.xml
    1012/tests/phpunit/data/plugins/wordpress-importer
    1113/tests/phpunit/data/.trac-ticket-cache*
Note: See TracChangeset for help on using the changeset viewer.