Skip to content

Commit

Permalink
Fix error running phpcs in docker
Browse files Browse the repository at this point in the history
The directory being called `app` broke the namespace matching.
  • Loading branch information
nanaya committed Aug 23, 2024
1 parent a16d379 commit 3265b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<exclude-pattern>resources/docs/source/_tmp/*</exclude-pattern>
<exclude-pattern>resources/lang/(?!en)[^/]*/.*</exclude-pattern>

<arg name="basepath" value="."/>
<arg name="extensions" value="php"/>
<arg name="report" value="code"/>
<arg value="npsv"/>
Expand Down

0 comments on commit 3265b87

Please sign in to comment.