Skip to content

Commit edc7ad9

Browse files
committed
Enable phpcs cache for faster subsequent runs
1 parent ca8b6e4 commit edc7ad9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ composer.lock
66
composer.phar
77
logs/
88
.idea/
9+
.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)