Making WordPress.org

Changeset 6711


Ignore:
Timestamp:
02/21/2018 09:15:23 PM (5 years ago)
Author:
iandunn
Message:

WordCamp PHPMD: Add initial configuration.

Location:
sites/trunk/wordcamp.org
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/phpcs.xml.dist

    r6703 r6711  
    11<?xml version="1.0" ?>
    22<ruleset name="WordCamp.org Coding Standards">
    3     <description>Apply customized version of WordPress Coding Standards to WordCamp.org PHP scripts</description>
     3    <description>Apply customized version of WordPress Coding Standards to WordCamp.org PHP scripts.</description>
    44
    55    <!--
     
    3131
    3232        Look through `General` and `Squiz` sniffs for anything you might want to add.
     33            Is there one that detects `\Foo` instead of `use Foo`?
     34            maximum nesting level?
     35            function length?
    3336
    3437        Maybe add WordCamp\Remote_CSS\output_cached_css to customEscapingFunctions or whichever param is most appropriate
Note: See TracChangeset for help on using the changeset viewer.