diff --git a/Inspection/Json/linting.sh b/Inspection/Json/linting.sh index e12e337..bda6b24 100644 --- a/Inspection/Json/linting.sh +++ b/Inspection/Json/linting.sh @@ -4,4 +4,4 @@ echo "Start json linting inspection" -find ${ROOT_PATH} -name "*.json" | xargs -L1 jsonlint -q > ${INSPECTION_PATH}/Modules/linting/linting_json.log \ No newline at end of file +#find ${ROOT_PATH} -name "*.json" | xargs -L1 jsonlint -q > ${INSPECTION_PATH}/Modules/linting/linting_json.log \ No newline at end of file