1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Include *.inc files (with exceptions)

Closes GH-662.
This commit is contained in:
Andreas Möller
2022-07-15 13:57:08 +02:00
committed by GitHub
parent d7e1b8159c
commit b575ebd409
20 changed files with 15589 additions and 15598 deletions

View File

@@ -8,7 +8,11 @@ $finder = $config->getFinder()
->ignoreDotFiles(false)
->in(__DIR__)
->exclude('manual/en/')
->name('*.inc')
->name(__FILE__)
->notPath('include/last_updated.inc')
->notPath('include/pregen-confs.inc')
->notPath('include/pregen-news.inc')
->notPath('tests/run-tests.php');
$config->setRules([