Skip to content

Commit

Permalink
Missing bits and pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Jan 28, 2020
1 parent bb42d66 commit c4d03b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.phpunit.result.cache
/.composer/
/.idea
/.php_cs.cache
/vendor/
.phpunit.result.cache
composer.lock
infection.log
5 changes: 5 additions & 0 deletions .prettyci.composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16"
}
}
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ analyze: cs

cs: test-prerequisites
$(SILENT) $(PHP) $(PHP_CS_FIXER) $(PHP_CS_FIXER_ARGS) --diff fix
LC_ALL=C sort -u .gitignore -o .gitignore

##############################################################
# Prerequisites Setup #
Expand Down

0 comments on commit c4d03b4

Please sign in to comment.