Skip to content

Commit d93b64e

Browse files
committed
Indicate tool recommendations in README
1 parent 647e98f commit d93b64e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,17 @@ You can take a look at [my own coding standards](https://github.com/spaceemotion
2020
#### Tools supported
2121
Tool | Lint | Fix | Source list | Description
2222
-----|------|-----|-------------|-----------
23-
[composer-normalize](https://github.com/ergebnis/composer-normalize) | ✅ | ✅ | ✅ | Validates and rearranges composer.json files
24-
[EasyCodingStandard](https://github.com/symplify/easy-coding-standard) | ✅ | ✅ | ✅ | Combination of PHP_CodeSniffer and PHP-CS-Fixer
23+
[composer-normalize](https://github.com/ergebnis/composer-normalize) | ✅ | ✅ | ✅ | Validates and rearranges composer.json files
24+
[EasyCodingStandard](https://github.com/symplify/easy-coding-standard) | ✅ | ✅ | ✅ | Combination of PHP_CodeSniffer and PHP-CS-Fixer
2525
[PHP Mess Detector](https://github.com/phpmd/phpmd) | ✅ | ❌ | ✅ | Code complexity checker
26-
[php-parallel-lint](https://github.com/php-parallel-lint/php-parallel-lint) | ✅ | ❌ | ✅ | Checks for PHP (syntax) errors (using `php -l`)
26+
[php-parallel-lint](https://github.com/php-parallel-lint/php-parallel-lint) | ✅ | ❌ | ✅ | Checks for PHP (syntax) errors (using `php -l`)
2727
[PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) | ✅ | ✅ | ✅ | Style linter + fixer
28-
[phpstan](https://github.com/phpstan/phpstan) | ✅ | ✅ | ⏹ | Static analyzer, source list is optional, but not recommended
28+
[phpstan](https://github.com/phpstan/phpstan) | ✅ | ✅ | ⏹ | Static analyzer, source list is optional, but not recommended
2929
[psalm](https://github.com/vimeo/psalm) | ✅ | ✅ | ✅ | Static analyzer
3030
[phan](https://github.com/phan/phan) | ✅ | ✅ | ❌ | Static analyzer
3131

32+
_⭐ = recommended_
33+
3234
## Getting started
3335
```
3436
composer require-dev spaceemotion/php-coding-standard

0 commit comments

Comments
 (0)