From 0537ac6833d2585537cbe7f9b4ee4f0a9edb16f0 Mon Sep 17 00:00:00 2001 From: lotyp Date: Wed, 5 Jun 2024 22:27:12 +0300 Subject: [PATCH] chore: updating docs --- .github/CONTRIBUTING.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 ``` + +