summaryrefslogtreecommitdiffstats
path: root/skins/Vector/phpcs.xml
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-19 18:04:21 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-19 18:04:21 +0200
commitae1690690271c651ba9f9c01006fc7002eb5aac4 (patch)
tree641b89b9aed3f2fff2eb44ee7663131e44e63e55 /skins/Vector/phpcs.xml
parent4950c2edf9601bd12b2fd77c33b6e34d3a625f61 (diff)
downloadmediawiki-ae1690690271c651ba9f9c01006fc7002eb5aac4.tar
mediawiki-ae1690690271c651ba9f9c01006fc7002eb5aac4.tar.gz
mediawiki-ae1690690271c651ba9f9c01006fc7002eb5aac4.tar.bz2
mediawiki-ae1690690271c651ba9f9c01006fc7002eb5aac4.tar.xz
mediawiki-ae1690690271c651ba9f9c01006fc7002eb5aac4.zip
Add new skins
Diffstat (limited to 'skins/Vector/phpcs.xml')
-rw-r--r--skins/Vector/phpcs.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/Vector/phpcs.xml b/skins/Vector/phpcs.xml
new file mode 100644
index 0000000..d81a292
--- /dev/null
+++ b/skins/Vector/phpcs.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<ruleset>
+ <rule ref="vendor/mediawiki/mediawiki-codesniffer/MediaWiki"/>
+ <file>.</file>
+ <arg name="extensions" value="php,php5,inc"/>
+ <arg name="encoding" value="utf8"/>
+ <exclude-pattern>vendor</exclude-pattern>
+</ruleset>