Allow to use arc lint, arc unit on rWPCLIPOLY.
Description
Description
Revisions and Commits
Revisions and Commits
rWPCLIPOLY WP-CLI community package for Polylang | |||
D435 | rWPCLIPOLYb279319b4adb Arcanist configuration | ||
D437 | rWPCLIPOLY04b9d5866905 Arcanist linter configuration |
Related Objects
Related Objects
Event Timeline
Comment Actions
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 [...]