mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-09 17:08:41 +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
|
> 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
|
### Custom scripts
|
||||||
|
|
||||||
#### C++ tests
|
#### C++ tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user