mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 13:28:18 +01:00
[docs] add README link to web service (#4383)
This commit is contained in:
parent
40d9894bab
commit
ebd3760a86
11
.kodiak.toml
11
.kodiak.toml
@ -1,11 +1,8 @@
|
||||
# .kodiak.toml
|
||||
version=1
|
||||
version = 1
|
||||
|
||||
[merge]
|
||||
delete_branch_on_merge=true
|
||||
|
||||
method="squash"
|
||||
merge.delete_branch_on_merge = true
|
||||
merge.method = "squash"
|
||||
|
||||
# see https://kodiakhq.com/docs/config-reference#approveauto_approve_usernames
|
||||
[approve]
|
||||
auto_approve_usernames="TomasVotruba"
|
||||
approve.auto_approve_usernames = ["TomasVotruba"]
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Rector helps you with 2 areas - major code changes and in daily work.
|
||||
|
||||
- Do you have a legacy code base? Do you want to have that latest versison of PHP or your favorite framework?
|
||||
- Do you have a legacy code base? Do you want to have that latest version of PHP or your favorite framework?
|
||||
→ **Rector gets you there with instant upgrade**.
|
||||
|
||||
<br>
|
||||
@ -10,7 +10,9 @@ Rector helps you with 2 areas - major code changes and in daily work.
|
||||
- Do you have code quality you need, but struggle to keep it with new developers in your team? Do you wish to have code-reviews for each member of your team, but don't have time for it?
|
||||
→ **Add Rector to you CI and let it fix your code for you. Get [instant feedback](https://tomasvotruba.com/blog/2020/01/13/why-is-first-instant-feedback-crucial-to-developers/) after each commit.**
|
||||
|
||||
Why do it manually if Rector can handle 95 % of routine work for you?
|
||||
It's a tool that [we develop](https://getrector.org/) and share for free, so you anyone can automate their refactoring.
|
||||
|
||||
Would you like to skip learning Rector, AST and nodes, educate your team about Rectors benefits and setup Rector in your CI that will speedup your development by 300 %, [hire us](https://getrector.org/contact)?
|
||||
|
||||
[![Coverage Status](https://img.shields.io/coveralls/rectorphp/rector/master.svg?style=flat-square)](https://coveralls.io/github/rectorphp/rector?branch=master)
|
||||
[![Downloads](https://img.shields.io/packagist/dt/rector/rector.svg?style=flat-square)](https://packagist.org/packages/rector/rector)
|
||||
|
Loading…
x
Reference in New Issue
Block a user