Page MenuHomeDevCentral

Arcanist, phpcs configuration
Open, HighPublic

Description

Allow to use arc lint, arc unit on rWPCLIPOLY.

Event Timeline

PSR-1 and wp-cli conventions are not aligned:

$ arc lint --everything
[...]
   Error  (PHPCS.E.Squiz.Classes.ValidClassName.NotCamelCaps) Squiz.Classes.ValidClassName.NotCamelCaps
    Class name "Polylang_Command" is not in camel caps format

              21 /**
              22  * Implements polylang command, to interact with the Polylang plug-in.
              23  */
    >>>       24 class Polylang_Command extends WP_CLI_Command {
              25 
              26     /**
              27      * Prints the languages currently available
[...]
dereckson removed dereckson as the assignee of this task.Mar 8 2018, 21:07