File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 9696
9797rm " $PEP8_REPORT_PATH "
9898
99- for to_be_checked in " $PATHS_TO_CHECK "
100- do
101- pylint --rcfile=" $SPARK_ROOT_DIR /pylintrc" $to_be_checked >> " $PYLINT_REPORT_PATH "
102- done
103-
104- if [ " ${PIPESTATUS[0]} " -ne 0 ]; then
105- lint_status=1
106- echo " Pylint checks failed."
107- cat " $PYLINT_REPORT_PATH "
108- else
109- echo " Pylint checks passed."
110- fi
111-
112- rm " $PYLINT_REPORT_PATH "
99+ # for to_be_checked in "$PATHS_TO_CHECK"
100+ # do
101+ # pylint --rcfile="$SPARK_ROOT_DIR/pylintrc" $to_be_checked >> "$PYLINT_REPORT_PATH"
102+ # done
103+
104+ # if [ "${PIPESTATUS[0]}" -ne 0 ]; then
105+ # lint_status=1
106+ # echo "Pylint checks failed."
107+ # cat "$PYLINT_REPORT_PATH"
108+ # else
109+ # echo "Pylint checks passed."
110+ # fi
111+
112+ # rm "$PYLINT_REPORT_PATH"
113113
114114exit " $lint_status "
You can’t perform that action at this time.
0 commit comments