Skip to content

Commit dcd51b0

Browse files
committed
Enhancement: Include *.inc files (with exceptions)
1 parent d8717d3 commit dcd51b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.php-cs-fixer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
->ignoreDotFiles(false)
99
->in(__DIR__)
1010
->exclude('manual/en/')
11+
->name('*.inc')
1112
->name(__FILE__)
13+
->notPath('include/pregen-confs.inc')
14+
->notPath('include/pregen-news.inc')
1215
->notPath('tests/run-tests.php');
1316

1417
$config->setRules([

0 commit comments

Comments
 (0)