We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaf59f commit 48fcd97Copy full SHA for 48fcd97
.scrutinizer.yml
@@ -3,7 +3,7 @@ build:
3
analysis:
4
tests:
5
override:
6
- - command: phpcs-run src/
+ - command: phpcs-run
7
- command: php-scrutinizer-run
8
9
filter:
phpcs.xml
@@ -77,12 +77,7 @@
77
<exclude name="Generic.Strings.UnnecessaryStringConcat.Found"/>
78
</rule>
79
80
- <file>app</file>
81
- <file>config</file>
82
- <file>public</file>
83
- <file>resources</file>
84
- <file>routes</file>
85
- <file>tests</file>
+ <file>src</file>
86
87
<exclude-pattern>*/database/*</exclude-pattern>
88
<exclude-pattern>*/cache/*</exclude-pattern>
0 commit comments