Skip to content

Commit a685b45

Browse files
committed
Enable phpcs cache for faster subsequent runs
1 parent fddda22 commit a685b45

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/.idea/
88
/logs/
99
/config/Migrations/schema-dump-default.lock
10+
.phpcs.cache

phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0"?>
22
<ruleset name="plugin">
3+
<arg name="cache" value=".phpcs.cache"/>
34
<arg value="nps"/>
45

56
<file>config/</file>

0 commit comments

Comments
 (0)