Commit Graph

409 Commits

Author SHA1 Message Date
Abdul Malik Ikhsan
de14023b88
[Doc] Fixes spacing in images position in readme (#5946) 2021-03-22 12:29:14 +01:00
Abdul Malik Ikhsan
be39fb9a75
[Doc] Remove unused images assets and apply phpunit image in readme (#5933) 2021-03-21 10:52:56 +01:00
Markus Staab
74a54f3bc4
Fix url to nodes-overview (#5695)
* Fix url to nodes-overview

* Update create_own_rule.md

* Update README.md
2021-02-28 10:36:32 +01:00
Abdul Malik Ikhsan
9f4353c2af
[Coverage] Delete weekly coverage generation (#5631)
* [Coverage] Delete weekly coverage generation

* remove coverage badge
2021-02-20 17:41:38 +00:00
Tomas Votruba
ddfeae3391
drop --match-git-diff, not reliable for dependencies; use enable_cache instead (#5609)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-02-18 15:55:31 +00:00
Ruud Kamphuis
1561e108c0
Readme > Explain print_node (#5595) 2021-02-17 18:48:35 +07:00
TomasVotruba
c25c67887e more spaces 2021-02-15 22:40:45 +01:00
TomasVotruba
8dfb338479 less spaces 2021-02-15 22:40:28 +01:00
Tomas Votruba
7a3f5a8c0a
remove unused RectorClassesProvider (#5482)
* remove unused RectorClassesProvider

* README: remove ci-checkstyle link, marginal topic, to avoid confusion for first readers
2021-02-09 22:43:04 +00:00
Tomas Votruba
50f6adf47e
consolidate AbstractRectorTrait (#5464)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-02-08 21:00:45 +00:00
Tomas Votruba
e9cdf37d16
Decopule nodes docs generator (#5453)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-02-08 02:04:48 +01:00
TomasVotruba
f0cf127eac README: repo link is good enough 2021-02-06 23:40:09 +01:00
TomasVotruba
ce1621b422 space 2021-02-06 23:32:49 +01:00
TomasVotruba
61de43f7c8 space 2021-02-06 23:32:26 +01:00
Tomas Votruba
ec5ed49020
[README] Add Typo3 and its repository (#5440) 2021-02-06 23:30:59 +01:00
Tomas Votruba
0a3dc08d61
drop Sonarcube (#5215) 2021-01-17 15:32:01 +00:00
Tomas Votruba
58d97b9853
[Naming] Fix Param type Promoted Rename (#5188)
* [Naming] Make RenameParamToMatchTypeRector skip promoted property

* [Naming] Add property rename to RenamePropertyToMatchTypeRector

* [ci-review] Rector Rectify

Co-authored-by: rector-bot <tomas@getrector.org>
2021-01-14 22:44:07 +00:00
Kevin EMO
c1976251f8
[Typo] Fixed a typo in the README.md file (#5187)
:)
2021-01-14 17:55:53 +01:00
Tomas Votruba
b604e1676c
[Privatization] Add ReplaceStringWithClassConstantRector (#5156)
* [Privatization] Add ReplaceStringWithClassConstantRector

* README: add to scoped
2021-01-12 13:41:47 +00:00
TomasVotruba
35ed548173 update README 2020-12-26 12:13:35 +01:00
Tomas Votruba
319d6bfca1
add phpstan-for-rector config path, consolidate return type extensions - re-use from Symplify (#4973)
* add phpstan-for-rector config path, to separate phpstan and extensions that help Rector with precise types

* move type value object to value object

* moving

* remove KernelGetContainerAfterBootReturnTypeExtension, use one from symplify

* remove ContainerGetDynamicMethodReturnTypeExtension to ContainerGetReturnTypeExtension

* remove nette extension

* add nette-extension

* removed delegated rule

* delegate implmenets + code sample PHPStan rule to symplify
2020-12-24 16:31:24 +00:00
Tomas Votruba
a3db386854
drop ecs-after-rector, recommend current setup (#4944) 2020-12-22 17:14:24 +01:00
Dan Untenzu
237524d782
[BUGFIX] Docs: Resolve link to doc block tutorial (#4895)
Co-authored-by: Tomas Votruba <tomas.vot@gmail.com>
2020-12-15 13:11:31 +01:00
Tomas Votruba
d131d804d9
Bump min PHP version to 7.3 (#4838)
Co-authored-by: rector-bot <tomas@getrector.org>
2020-12-09 23:25:53 +01:00
Tomas Votruba
267989bb05
[Docs] Add docblock docs (#4740)
* skip getUser() as the method is final

* drop comment along with removed node, as in other removed nodes

* [docs] add doc block docs
2020-12-01 01:09:50 +00:00
Markus Staab
a46571b610
README: mention the rd debugging helper function (#4737) 2020-11-30 16:41:24 +00:00
Markus Staab
976c5ba4c5
Readme: make „pick from sets“ more prominent (#4733) 2020-11-29 11:13:33 +01:00
Tomas Votruba
080e5cbe00
use symplify/skipper (#4689) 2020-11-26 23:09:21 +01:00
Tomas Votruba
0963b8dca7
Drop --set forgotten leftover (#4700)
* Drop --set forgotten leftover

* remove package not split anymore
2020-11-26 16:55:33 +00:00
Daniel Moore
2502dc8d75
Some small grammatical fixes (#4641)
Co-authored-by: Tomas Votruba <tomas.vot@gmail.com>
2020-11-18 11:01:05 +01:00
Tomas Votruba
a7705ed0a5
[Symplify 9] First update + switch to RuleDocGenerator (#4616)
* [composer] bump to Symplify 9

* [Symplify 9] Update phpstan rules

* bump to Symplify 9 BETA2

* update AbstractKernel from Tests to Testing namespace

* decoupling removing node trait

* remove fluent calls

* removing variadic

* [CodingStyle] Improve AnnotateThrowablesRector

* bump deps

* Make use of RuleDocGenerator

* first short

* [DocumentationGenerator] Drop deprecated package, RuleSetGenerator now handles it

* import namespace

* update docs
2020-11-16 17:50:38 +00:00
Rod Elias
9af4223bd6
Fix Xdebug spelling (#4546) 2020-11-02 21:50:07 +01:00
Tomas Votruba
c03b66f7cd
move suffix filesystem 2 (#4529)
Co-authored-by: rector-bot <tomas@getrector.org>
2020-11-01 16:39:04 +01:00
Tomas Votruba
35804361aa
[docs] decouple pages from README (#4501) 2020-10-29 10:44:07 +01:00
TomasVotruba
042d1e0ddf README: bump sonar debt to 30 days 2020-10-19 17:39:58 +02:00
Abdul Malik Ikhsan
aa16532ea3
add $parameters->set(Option::ENABLE_CACHE, true) to readme config (#4427) 2020-10-16 09:45:26 +02:00
Tomas Votruba
e085f52f86
[DeadCode] Improve parent and current type comparison on RemoveDelegatingParentCallRector (#4409)
* decouple CurrentAndParentClassMethodComparator

* fix param reflections

* [rector] fix param reflections

* [cs] fix param reflections

* composer: bump assert

* [rector] composer: bump assert

* [cs] composer: bump assert

* static fixes

Co-authored-by: rector-bot <tomas@getrector.org>
2020-10-14 17:14:55 +00:00
Tomas Votruba
ebd3760a86
[docs] add README link to web service (#4383) 2020-10-09 22:37:36 +02:00
Abdul Malik Ikhsan
bb486fa070
Fixes config/set link in readme (#4374) 2020-10-09 09:52:33 +02:00
Jan Mikeš
d8760fa63d
Improved rector in docker autoloading (#4368)
* Changed docker working directory to project and running rector from path

* Fixed path of Docker entrypoint for rector

* Improve Docker docs in readme

* [rector] Improve Docker docs in readme

* [cs] Improve Docker docs in readme

Co-authored-by: rector-bot <tomas@getrector.org>
2020-10-07 14:34:20 +00:00
Tomas Votruba
d0f65ef609
[PHP 8.0] @Required to #[Required] attribute from Symfony 5.2 (#4348)
* move ClassNodeAnalyzer to core

* README: add daily work focus

* spaces

* [PHP 8.0] Add #[Required] Symfony attribute migration

* add RFC links

* [rector] add RFC links

* [cs] add RFC links

Co-authored-by: rector-bot <tomas@getrector.org>
2020-10-04 11:12:41 +00:00
Abdul Malik Ikhsan
88d5711436
Fixes #3789 add skip Option to exclude files by rule (#4182) 2020-09-12 11:52:08 +02:00
Leonardo Losoviz
4eacc84b22
Organize downgrades by PHP version (#4147)
Co-authored-by: TomasVotruba <tomas.vot@gmail.com>
2020-09-08 13:12:38 +02:00
Abdul Malik Ikhsan
6e2f798fe2
run ecs markdown-code-format to README.md (#4129) 2020-09-07 17:55:04 +02:00
Hans-Helge Buerger
d6ff3a96cb
Fix example: exclude directory in config (#4136) 2020-09-07 11:19:24 +02:00
Tomas Votruba
a127bf16eb
revert [Experimental] Add safe_types option - #3535 (#4120) 2020-09-03 18:02:07 +00:00
Leonardo Losoviz
761b4b2e88
Added "Rector Configuration" section (#4107) 2020-09-02 15:40:29 +02:00
Tomas Votruba
de4748f935
README + recipe improvements (#4017)
* rector-recipe and README improvements

* ci: add generate command test
2020-08-24 21:25:26 +00:00
Markus Podar
26343461cd
README: fix typo (#3944)
Seems the formatting got off or something
2020-08-12 11:09:31 +02:00
TomasVotruba
bd7394e80e README: fix 27 days badge 2020-07-31 00:30:25 +02:00
dobryy
e6ce370875 [DX] Update README and other docs files to use PHP syntax for configs 2020-07-29 19:18:07 +02:00
TomasVotruba
3a9375007e decouple Set package 2020-07-21 01:39:24 +02:00
TomasVotruba
bda3e5aa28 load rector.php config 2020-07-18 21:15:27 +02:00
TomasVotruba
190e54c57f change ecs-after-rector.yaml to ecs-after-rector.php 2020-07-16 17:52:18 +02:00
TomasVotruba
290be92782 typos 2020-07-07 17:59:41 +02:00
TomasVotruba
48127fcaef README: add debugging 2020-07-07 17:58:55 +02:00
Billie Thompson
60cb39ee53
Correct typo
Super minor typo
2020-06-19 18:03:37 +02:00
TomasVotruba
1192815c5a README: add amateri 2020-06-18 12:43:11 +02:00
TomasVotruba
0159ba21fe README: no center 2020-06-18 12:38:01 +02:00
kodiakhq[bot]
2ecd056bca
Merge pull request #3539 from rectorphp/single-rule
Re-add --only option
2020-06-17 22:22:09 +00:00
TomasVotruba
8ea0051df5 add OnlyRuleResolver to prevent typos and make use of short slash-less syntax 2020-06-18 00:19:13 +02:00
TomasVotruba
54cf6f02d7 [README] Add Zenika sponsor 2020-06-17 14:55:09 +02:00
TomasVotruba
398c6bd5ff re-add --only option 2020-06-17 14:33:58 +02:00
TomasVotruba
4754343746 README: add magento case-study 2020-06-17 12:12:34 +02:00
TomasVotruba
07000e3b12 fix type in README 2020-06-16 23:06:16 +02:00
TomasVotruba
a593afb017 [PHP 7.4] Add safe_types option 2020-06-16 22:34:52 +02:00
Code Review Videos
6255f0ceea
Update docker commands to remove container on exit 2020-06-03 11:19:07 +01:00
Ofer Shaal
d2393d7f7c Reorganize Twig logo position, to fit more logos in each line 2020-05-24 20:36:40 -04:00
Ofer Shaal
ddc03b7809 Update Drupal logo and position 2020-05-24 20:29:13 -04:00
Ofer Shaal
fce204b484 Add Drupal logo + link to Drupal Rector rules to README 2020-05-24 09:29:33 -04:00
TomasVotruba
92ec8b754c README: spaces 2020-05-13 18:17:21 +02:00
TomasVotruba
34de1afc01 README: more clear coding standard section 2020-05-03 14:47:06 +02:00
TomasVotruba
d81e4b1f2f README: styling 2020-05-03 14:32:37 +02:00
TomasVotruba
d890367afe styling 2020-05-03 14:32:03 +02:00
TomasVotruba
aa594ff001 typo 2020-05-03 14:30:47 +02:00
TomasVotruba
4de3fb1428 README: undescore format for file naming 2020-05-03 14:22:23 +02:00
TomasVotruba
ae134176fd README: decouple create_own_rector, simplify main text 2020-05-03 14:19:09 +02:00
TomasVotruba
9eaeb3053e drop confusing --only option 2020-05-01 10:48:02 +02:00
vladyslavstartsev
bc97638ec1
Update rector counter 2020-04-24 10:57:39 +03:00
TomasVotruba
88efee5774 move checkstyle from ci to docs 2020-04-23 23:01:20 +02:00
TomasVotruba
48c854c971 README: add headline link to noRector skip 2020-04-20 22:27:16 +02:00
Ofer Shaal
a396b0a1c1
Updating the link to Drupal-Rector repo 2020-04-17 17:13:29 -04:00
TomasVotruba
5758d7c0f1 use demo over hiring 2020-04-14 21:52:37 +02:00
callmebob2016
a82afb51c7
Correct sentence in README.md 2020-04-04 22:59:33 +02:00
Grégoire Paris
af04925815
Avoid long lines in code
This makes things easier to read: no horizontal scrolling
2020-03-21 14:23:09 +01:00
Grégoire Paris
e34a9b43cf
Move contributing guide to its own file
This file will be linked to when submitting a pull request on Github.
Also, Github will notify contributors when it changes. There might be
more features I do not know about.
2020-03-21 14:22:10 +01:00
Grégoire Paris
61722923e6
Improve english 2020-03-21 14:22:08 +01:00
TomasVotruba
57d4ebe387 typo 2020-03-20 21:10:12 +01:00
Pierre Grimaud
56f877e496
Fix typo in README.md 2020-03-19 11:06:52 +01:00
TomasVotruba
cea58dfbaa add hiring link 2020-02-21 15:26:02 +01:00
TomasVotruba
5b5721e08f typo 2020-02-14 10:35:46 +01:00
TomasVotruba
e564834329 docs link to the top to find quickly 2020-02-13 17:16:13 +01:00
TomasVotruba
42c5141d70 [Renaming] Add RenameFuncCallToStaticCallRector 2020-02-13 17:12:38 +01:00
TomasVotruba
dfb3cc7c6b README: update technical dept by 5 days 2020-02-10 00:35:39 +01:00
TomasVotruba
607358a8e1 move src classes to Rector\Core namespace to prevent duplications 2020-02-07 00:57:45 +01:00
Tomas Votruba
62afe3ac26
Merge pull request #2802 from C0pyR1ght/C0pyR1ght-patch-1
added --config parameter to README
2020-02-05 08:22:42 +01:00
Luca Feiser
5f38637cae
added --config parameter 2020-02-04 22:03:27 +01:00
TomasVotruba
f5b7e92a6b README: add image 2020-01-25 22:36:08 +01:00
TomasVotruba
0810f67f05 cleanup 2020-01-25 22:31:36 +01:00
TomasVotruba
0edbff47e4 README: add SonarCube badge 2020-01-25 22:29:52 +01:00