Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 3, 2022
1 parent 06cb675 commit cc37f41
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,41 +25,36 @@ Please read [contributing guideline](/CONTRIBUTING.md) for how to contribute to

This project adheres to a [Contributor Code of Conduct](/CODE_OF_CONDUCT.md) By participating in this project and its community, you are expected to uphold this code.

<br>

## Rector Packages CI Status

**Rector Generator**
**Rector Generator** - https://github.com/rectorphp/rector-generator

* https://github.com/rectorphp/rector-generator
* ![](https://github.com/rectorphp/rector-generator/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/rector-generator/actions/workflows/code_analysis.yaml/badge.svg)
![](https://github.com/rectorphp/rector-generator/actions/workflows/tests.yaml/badge.svg)
![](https://github.com/rectorphp/rector-generator/actions/workflows/code_analysis.yaml/badge.svg)

**PHPStan Rules**
**PHPStan Rules** - https://github.com/rectorphp/phpstan-rules

* https://github.com/rectorphp/phpstan-rules
* ![](https://github.com/rectorphp/phpstan-rules/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/phpstan-rules/actions/workflows/code_analysis.yaml/badge.svg)
![](https://github.com/rectorphp/phpstan-rules/actions/workflows/tests.yaml/badge.svg)
![](https://github.com/rectorphp/phpstan-rules/actions/workflows/code_analysis.yaml/badge.svg)

**Symfony**
**Symfony** - https://github.com/rectorphp/rector-symfony

* https://github.com/rectorphp/rector-symfony
* ![](https://github.com/rectorphp/rector-symfony/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/rector-symfony/actions/workflows/code_analysis.yaml/badge.svg)
![](https://github.com/rectorphp/rector-symfony/actions/workflows/tests.yaml/badge.svg)
![](https://github.com/rectorphp/rector-symfony/actions/workflows/code_analysis.yaml/badge.svg)

**PHPUnit**
**PHPUnit** - https://github.com/rectorphp/rector-phpunit

* https://github.com/rectorphp/rector-phpunit
* ![](https://github.com/rectorphp/rector-phpunit/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/rector-phpunit/actions/workflows/code_analysis.yaml/badge.svg)
![](https://github.com/rectorphp/rector-phpunit/actions/workflows/tests.yaml/badge.svg)
![](https://github.com/rectorphp/rector-phpunit/actions/workflows/code_analysis.yaml/badge.svg)

**Doctrine**
**Doctrine** - https://github.com/rectorphp/rector-doctrine

* https://github.com/rectorphp/rector-doctrine
* ![](https://github.com/rectorphp/rector-doctrine/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/rector-doctrine/actions/workflows/code_analysis.yaml/badge.svg)
![](https://github.com/rectorphp/rector-doctrine/actions/workflows/tests.yaml/badge.svg)
![](https://github.com/rectorphp/rector-doctrine/actions/workflows/code_analysis.yaml/badge.svg)

**Downgrade PHP**
**Downgrade PHP** - https://github.com/rectorphp/rector-downgrade-php

* https://github.com/rectorphp/rector-downgrade-php
* ![](https://github.com/rectorphp/rector-downgrade-php/actions/workflows/tests.yaml/badge.svg)
* ![](https://github.com/rectorphp/rector-downgrade-php/actions/workflows/code_analysis.yaml/badge.svg)
![](https://github.com/rectorphp/rector-downgrade-php/actions/workflows/tests.yaml/badge.svg)
![](https://github.com/rectorphp/rector-downgrade-php/actions/workflows/code_analysis.yaml/badge.svg)

0 comments on commit cc37f41

Please sign in to comment.