Skip to content

Commit dc320bd

Browse files
committed
Ignore template file from CS
1 parent 7ab5ac6 commit dc320bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.php_cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22

33
$finder = PhpCsFixer\Finder::create()
4-
->in(__DIR__ . '/src');
4+
->in(__DIR__ . '/src')
5+
->notPath('Compiler/Template.php');
56

67
return PhpCsFixer\Config::create()
78
->setRules([

0 commit comments

Comments
 (0)