Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / phpcs.xml
diff --git a/vendor/drush/drush/phpcs.xml b/vendor/drush/drush/phpcs.xml
new file mode 100644 (file)
index 0000000..0db94d7
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ruleset name="drush">
+    <description>Default PHP CodeSniffer configuration for Drush project.</description>
+    <file>src</file>
+    <file>examples</file>
+    <file>tests</file>
+
+    <rule ref="PSR2"/>
+
+    <arg name="warning-severity" value="0"/>
+</ruleset>