Skip to content

Commit d494086

Browse files
committed
Make phpcs file paths relative in reports
1 parent 92e28bd commit d494086

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

phpcs.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<arg name="extensions" value="php"/>
99

1010
<file>.</file>
11+
<!-- Make sniff report relative -->
12+
<arg name="basepath" value="."/>
1113

1214
<exclude-pattern>*/src/Console/Installer.php</exclude-pattern>
1315
<exclude-pattern>*/tmp/*</exclude-pattern>

0 commit comments

Comments
 (0)