Page MenuHomePhabricator

scap fails on .eslintrc.json: invalid JSON
Closed, ResolvedPublic

Description

Trying to scap the Popups extension:

ValueError: /srv/mediawiki-staging/php-1.31.0-wmf.23/extensions/Popups/.eslintrc.json is an invalid JSON file

The reason is eslint allows the "json" configuration file to have comments.

workaround

Run a full scap: scap sync

That took ~ 23 minutes :(