mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-14 19:14:41 +00:00
b6e9f6cca4
Instead of running the jshint test through jenkins, Run it through npm instead. Also add composer.json for running php code sniffer and phplint instead of running phplint through jenkins. Also update grunt-jsonlint to 1.0.6 Change-Id: Icd9aa1b1c7213d056aa5294a804341053141b0bd
9 lines
250 B
XML
9 lines
250 B
XML
<?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>
|