Changeset 6711
- Timestamp:
- 02/21/2018 09:15:23 PM (5 years ago)
- Location:
- sites/trunk/wordcamp.org
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/phpcs.xml.dist
r6703 r6711 1 1 <?xml version="1.0" ?> 2 2 <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> 4 4 5 5 <!-- … … 31 31 32 32 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? 33 36 34 37 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.