Skip to content

Commit

Permalink
refactor: remove rector code fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed May 26, 2020
1 parent 547d07c commit b19e17c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ tests: &tests
run: |
composer test -vvv
bin/doc
composer run rector || (echo "Coding standards are not respected. Run 'composer run rector'" && exit 1)
composer run php-cs-fixer || (echo "Coding standards are not respected. Run 'composer run php-cs-fixer'" && exit 1)
tests_with_future_mode: &tests_with_future_mode
run: |
PHP_CS_FIXER_FUTURE_MODE=1 composer test -vvv
bin/doc
composer run rector || (echo "Coding standards are not respected. Run 'composer run rector'" && exit 1)
composer run php-cs-fixer || (echo "Coding standards are not respected. Run 'composer run php-cs-fixer'" && exit 1)
jobs:
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"require-dev": {
"phpspec/phpspec": "^6.1",
"rector/rector": "^0.7.1",
"twig/twig": "^2.11.3",
"webmozart/assert": "^1.3.0"
},
Expand Down Expand Up @@ -39,14 +38,10 @@
"tests\\Orchestra::run",
"phpspec run -fpretty"
],
"rector": [
"rector process src/ tests/ spec/"
],
"php-cs-fixer": [
"php-cs-fixer fix --dry-run -vvv --diff"
],
"lint": [
"@rector",
"@php-cs-fixer"
]
}
Expand Down
16 changes: 0 additions & 16 deletions rector.yaml

This file was deleted.

0 comments on commit b19e17c

Please sign in to comment.