diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index db20c54a..fa83472c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -177,8 +177,6 @@ make lint-yaml by default, [`cytopia/yamllint`](https://github.com/cytopia/docker-yamllint) Docker image will be used to run linter. -
- ### → Action Lint We use [`actionlint`](https://github.com/rhysd/actionlint) to enforce coding standards in GitHub Actions workflows. @@ -202,8 +200,6 @@ make lint-md-dry make lint-md ``` -
- ### → PHP CS Fixer We use [`friendsofphp/php-cs-fixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer) together with [`wayofdev/php-cs-fixer-config`](https://github.com/wayofdev/php-cs-fixer-config) to enforce coding standards in PHP files. @@ -216,8 +212,6 @@ make lint-php to automatically fix coding standard violations. -
- ### → Rector We use [`rector/rector`](https://github.com/rectorphp/rector) to refactor and modernize PHP code. @@ -345,3 +339,5 @@ To utilize these hooks, you first need to install them using the command provide ```bash make hooks ``` + +