You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Pre-commit](https://pre-commit.com) — Automates the running of git pre-commit hooks.
22
+
- Installation: `brew install pre-commit` and `make hooks`
23
+
-[Commitizen](https://commitizen-tools.github.io/commitizen/#macos) — Assists in formatting git commits.
32
24
- Installation: `brew install commitizen`
33
25
34
26
<br>
@@ -90,6 +82,8 @@ $ make ssh
90
82
$ make down
91
83
```
92
84
85
+
By default, phpunit and phpstan commands will be ran against docker environment.
86
+
93
87
<br>
94
88
95
89
## ⚡️ Continuous Integration with GitHub Actions
@@ -161,7 +155,7 @@ $ make lint-composer
161
155
162
156
We use [`yamllint`](https://github.com/adrienverge/yamllint) to enforce coding standards in YAML files.
163
157
164
-
If you do not have `yamllint` installed yet, run
158
+
(Optional) If you do not have `yamllint` installed yet, run:
165
159
166
160
```bash
167
161
$ brew install yamllint
@@ -175,6 +169,8 @@ To lint yaml files run:
175
169
$ make lint-yaml
176
170
```
177
171
172
+
by default, [`cytopia/yamllint`](https://github.com/cytopia/docker-yamllint) Docker image will be used to run linter.
173
+
178
174
### → PHP CS Fixer
179
175
180
176
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.
0 commit comments