mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "phpcs: Don't try to be smart about excluding VE, it doesn't work"
This commit is contained in:
commit
b5b1a90c39
|
@ -11,5 +11,5 @@
|
||||||
<arg name="encoding" value="UTF-8"/>
|
<arg name="encoding" value="UTF-8"/>
|
||||||
<exclude-pattern>vendor</exclude-pattern>
|
<exclude-pattern>vendor</exclude-pattern>
|
||||||
<exclude-pattern>node_modules</exclude-pattern>
|
<exclude-pattern>node_modules</exclude-pattern>
|
||||||
<exclude-pattern type="relative">^lib/</exclude-pattern>
|
<exclude-pattern>lib/ve</exclude-pattern>
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|
Loading…
Reference in a new issue