Skip to content

Commit be79300

Browse files
authored
Merge pull request #294 from wayofdev/docs/updates
2 parents 1edacc1 + 0537ac6 commit be79300

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ make lint-yaml
177177

178178
by default, [`cytopia/yamllint`](https://github.com/cytopia/docker-yamllint) Docker image will be used to run linter.
179179

180-
<br>
181-
182180
### → Action Lint
183181

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

205-
<br>
206-
207203
### → PHP CS Fixer
208204

209205
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
216212

217213
to automatically fix coding standard violations.
218214

219-
<br>
220-
221215
### → Rector
222216

223217
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
345339
```bash
346340
make hooks
347341
```
342+
343+
<br>

0 commit comments

Comments
 (0)