Skip to content

chore: updating docs #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<br>

### → Action Lint

We use [`actionlint`](https://github.com/rhysd/actionlint) to enforce coding standards in GitHub Actions workflows.
Expand All @@ -202,8 +200,6 @@ make lint-md-dry
make lint-md
```

<br>

### → 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.
Expand All @@ -216,8 +212,6 @@ make lint-php

to automatically fix coding standard violations.

<br>

### → Rector

We use [`rector/rector`](https://github.com/rectorphp/rector) to refactor and modernize PHP code.
Expand Down Expand Up @@ -345,3 +339,5 @@ To utilize these hooks, you first need to install them using the command provide
```bash
make hooks
```

<br>
Loading