From f73980d32d645fdfe530a07b96c0f931573ebe93 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 18 Jul 2018 18:21:08 +0200 Subject: [PATCH] uncomment since never used --- Inspection/Json/linting.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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