mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Remove forced -p (progress) flag from phpcs.xml
This causes phpcs to emit invalid JSON when the --report=json flag is set and no issues are found, which breaks editor plugins (atom-linter-phpcs in my case). Add this flag in composer.json instead. Change-Id: Ibb0b4c084e25e06be72389f1d4998804cfd53295
This commit is contained in:
parent
29b0fb5688
commit
cf1da49904
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"test": [
|
||||
"parallel-lint . --exclude vendor",
|
||||
"phpcs"
|
||||
"phpcs -p"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue