From 3a300be1ad26578b5d3766b4630cf2a496775d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Sat, 11 Aug 2018 03:50:10 +0200 Subject: [PATCH] add phpcs configuration --- phpcs.xml.dist | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 phpcs.xml.dist diff --git a/phpcs.xml.dist b/phpcs.xml.dist new file mode 100644 index 0000000..1663286 --- /dev/null +++ b/phpcs.xml.dist @@ -0,0 +1,61 @@ + + + Custom ruleset for WP-CLI + + + + + + . + + */.git/* + */ci/* + */features/* + */packages/* + */tests/* + */utils/* + */vendor/* + + + + + + + + + + + + + + + + + + + + + */php/commands/src/CLI_Command.php + + + + + + + + + + + + + + + + + +