Skip to content

Commit 11ec0a9

Browse files
authored
phpcs.xml: scan all php files (#99)
1 parent da33ae7 commit 11ec0a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer-dependency-analyser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php declare(strict_types = 1);
22

33
use ShipMonk\ComposerDependencyAnalyser\Config\Configuration;
4-
use ShipMonk\ComposerDependencyAnalyser\Config\ErrorType;
54

65
return (new Configuration())
76
->addPathToScan(__FILE__, true)

phpcs.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<arg value="p"/>
1616
<arg value="s"/>
1717

18+
<file>composer-dependency-analyser.php</file>
19+
<file>bin/composer-dependency-analyser</file>
1820
<file>src/</file>
1921
<file>tests/</file>
2022

0 commit comments

Comments
 (0)