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:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user