mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +00:00
Update inspections.md
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
parent
c608f9a912
commit
349a49392a
|
|
@ -220,6 +220,14 @@ npx eslint ./ -c Build/Config/.eslintrc.json
|
|||
|
||||
> Many IDEs allow to integrate eslint rules/configuration files for automatic checks in the editor
|
||||
|
||||
### Sitespeed
|
||||
|
||||
You can perform sitespeed checks by using sitespeed.io. Example:
|
||||
|
||||
```sh
|
||||
sitespeed.io http://192.168.178.38 -b chrome --outputFolder /var/www/html/sitespeed
|
||||
```
|
||||
|
||||
### Custom scripts
|
||||
|
||||
#### C++ tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user