mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
25 lines
384 B
Bash
25 lines
384 B
Bash
#!/bin/bash
|
|
|
|
# Include
|
|
. config.sh
|
|
|
|
# Executing unit tests
|
|
. Inspection/Php/tests.sh
|
|
|
|
# Stats & metrics
|
|
. Inspection/Php/stats.sh
|
|
|
|
# Local inspection
|
|
. Inspection/Php/tools.sh
|
|
|
|
# Linting
|
|
. Inspection/Php/linting.sh
|
|
. Inspection/Json/linting.sh
|
|
|
|
# Custom html inspections
|
|
. Inspection/Html/tags.sh
|
|
. Inspection/Html/attributes.sh
|
|
|
|
# Custom php inspections
|
|
. Inspection/Php/security.sh
|