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
Copy file name to clipboardExpand all lines: contributing/development-environment.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,17 @@ sail artisan queue:work
111
111
112
112
***
113
113
114
+
### Lint your code before opening a PR or committing changes
115
+
116
+
To keep PHP's code style consistant across multiple contributors a successful lint workflow is required to pass. Check your code quality locally by running the commnand below and fixing it's recommendations.
117
+
118
+
```bash
119
+
./vendor/bin/sail bin duster lint --using=pint -v
120
+
121
+
# or if you have a Sail alias setup...
122
+
sail bin duster lint --using=pint -v
123
+
```
124
+
114
125
### Stopping the development environment
115
126
116
127
When you're done in the environment you can stop the containers using the command below.
Copy file name to clipboardExpand all lines: getting-started/installation/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Installation
2
2
3
-
Speedtest Tracker can be run on a variety of platforms including using [Docker and Docker Compose](installation.md) along with [Synology NAS](installation-1.md) devices and on [Unraid OS](installation-2.md).
3
+
Speedtest Tracker can be run on a variety of platforms including using [Docker and Docker Compose](installation.md) along with [Synology NAS](synology.md) devices and on [Unraid OS](unraid.md).
0 commit comments