Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Apr 23, 2022
1 parent 6c5aa46 commit 9389c4e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ which allows to run several code quality tools parallel.

Currently, the Auditor supports the following code quality tools:

- Phan
- PHP CS Fixer
- PHP_CodeSniffer
- PHP Mess Detector
- PHP Magic Number Detector
- PHPStan
- Psalm
- [Deptrac](https://github.com/qossmic/deptrac)
- [Phan](https://github.com/phan/phan)
- [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
- [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
- [PHP Mess Detector](https://github.com/phpmd/phpmd)
- [PHP Magic Number Detector](https://github.com/povils/phpmnd)
- [PHPStan](https://github.com/phpstan/phpstan)
- [Psalm](https://github.com/vimeo/psalm)

## Usage

Expand Down

0 comments on commit 9389c4e

Please sign in to comment.