mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
7 lines
198 B
Bash
7 lines
198 B
Bash
#!/bin/bash
|
|
|
|
. $(dirname "$0")/../../config.sh
|
|
|
|
echo "Start json linting inspection\n"
|
|
|
|
find ${ROOT_PATH} -name "*.json" | xargs -L1 jsonlint -q > ${INSPECTION_PATH}/Modules/linting/linting_json.log |