Skip to content

lint: stop finding '*.inc' files

MediaWiki core used to have PHP files carrying the 'inc' filename extension which was an artifact of the past. We have long removed those files and we can drop the -name '*.inc' search predicate.

Bug: T184782

Merge request reports

Loading