Skip to content

Commit b1e1e27

Browse files
FlyingmanaDavid Verholen
authored andcommitted
generate a report file on phpcs execution
1 parent 020f77e commit b1e1e27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/composer.phar
33
/composer.lock
44
/vendor
5+
/report.full

run_phpcs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#needs to do
33
#cp /vendor/firegento/phpcs /vendor/firegento/FireGento
44
#before
5-
./vendor/bin/phpcs --standard=./vendor/firegento/FireGento -p ./src
5+
./vendor/bin/phpcs --report-full=report.full --standard=./vendor/firegento/FireGento -p ./src

0 commit comments

Comments
 (0)