See https://gerrit.wikimedia.org/r/c/mediawiki/extensions/NearbyPages/+/718817 (patch set 1) and https://libraryupgrader2.wmcloud.org/logs2/428397: no rules were failing, but libup still tried to disable them.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Add stylelint ignore to NearbyPages | mediawiki/extensions/NearbyPages | master | +5 -0 |
Event Timeline
Comment Actions
If an extension is not using Gruntfile.js, LibUp will run stylelint over **/*.{css,less}, expecting that the extension has configured stylelint to ignore vendor/, node_modules, etc.
Looking at the log, it seems to have tried linting all the CSS in vendor/, there needs to be an exclusion/ignore rule set up for that.
Comment Actions
Change 719351 had a related patch set uploaded (by Jdlrobson; author: Jdlrobson):
[mediawiki/extensions/NearbyPages@master] Add stylelint ignore to NearbyPages
Comment Actions
Change 719351 merged by jenkins-bot:
[mediawiki/extensions/NearbyPages@master] Add stylelint ignore to NearbyPages