Analogous to what the 'compat/compat' rule indicates already, and the fact that CI, fresh-node, and local dev generally involves recent versions of Firefox, Chromium-based browsers, or Safari. This patch is a minimal first step that only loosens the linter, and auto-fixing only unusual cases where a new rule specifically warned against existing code. Change-Id: Ic64f650bd64669c57b884de3f75b23f3549b0c9f
33 lines
703 B
Text
33 lines
703 B
Text
# Upstream code
|
|
/resources/lib/
|
|
/resources/src/jquery.tipsy/
|
|
/resources/src/mediawiki.libs.jpegmeta/
|
|
|
|
# Skip functions
|
|
/resources/src/skip-*
|
|
|
|
# Build tooling
|
|
/docs/coverage/
|
|
/docs/html/
|
|
/docs/js/
|
|
/docs/latex/
|
|
/vendor/
|
|
/tests/coverage/
|
|
/tests/phpunit/data/registration/duplicate_keys.json
|
|
/tests/phpunit/unit/includes/Settings/Source/fixtures/bad.json
|
|
/maintenance/benchmarks/data/
|
|
|
|
# Nested projects
|
|
/extensions/
|
|
/skins/
|
|
|
|
# Language files written automatically by TranslateWiki
|
|
/**/i18n/**/*.json
|
|
!/**/i18n/**/en.json
|
|
!/**/i18n/**/qqq.json
|
|
|
|
# Ignore directories where MW may write internal files (T291674)
|
|
# Ref $wgCacheDirectory (installer)
|
|
# Ref $wgUploadDirectory (run-time default)
|
|
/cache/
|
|
/images/
|