Skip to content

Commit

Permalink
drop phpcs.xml, use ruleset reference inline
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Nov 12, 2016
1 parent ff193f0 commit e065b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -29,12 +29,12 @@
"check-cs": [
"vendor/bin/php-cs-fixer fix src --diff --dry-run -v --level=symfony",
"vendor/bin/php-cs-fixer fix tests --diff --dry-run -v --level=symfony",
"vendor/bin/phpcs src tests --colors -p -s --extensions=php"
"vendor/bin/phpcs src tests --colors -p -s --extensions=php --standard=src/ObjectCalisthenics/ruleset.xml"
],
"fix-cs": [
"vendor/bin/php-cs-fixer fix src -v --level=symfony",
"vendor/bin/php-cs-fixer fix tests -v --level=symfony",
"vendor/bin/phpcs src tests --colors -p -s --extensions=php"
"vendor/bin/phpcs src tests --colors -p -s --extensions=php --standard=src/ObjectCalisthenics/ruleset.xml"
]
}
}
6 changes: 0 additions & 6 deletions phpcs.xml

This file was deleted.

0 comments on commit e065b86

Please sign in to comment.