Skip to content

Commit 48fcd97

Browse files
committed
Updated deps
1 parent ffaf59f commit 48fcd97

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build:
33
analysis:
44
tests:
55
override:
6-
- command: phpcs-run src/
6+
- command: phpcs-run
77
- command: php-scrutinizer-run
88

99
filter:

phpcs.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,7 @@
7777
<exclude name="Generic.Strings.UnnecessaryStringConcat.Found"/>
7878
</rule>
7979

80-
<file>app</file>
81-
<file>config</file>
82-
<file>public</file>
83-
<file>resources</file>
84-
<file>routes</file>
85-
<file>tests</file>
80+
<file>src</file>
8681

8782
<exclude-pattern>*/database/*</exclude-pattern>
8883
<exclude-pattern>*/cache/*</exclude-pattern>

0 commit comments

Comments
 (0)