We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2899b4e commit 24d472bCopy full SHA for 24d472b
conf/run_linters.sh
@@ -42,7 +42,7 @@ fi
42
if [[ "${linters_to_run}" == *"ruff"* ]]; then
43
echo "===> Running ruff"
44
rm -f "${RUFF_REPORT}"
45
- python ruff check . | tee "${BUILD_DIR}/ruff-report.txt" | "${CONF_DIR}"/ruff2sonar.py "${external_format}" >"${RUFF_REPORT}"
+ ruff check . | tee "${BUILD_DIR}/ruff-report.txt" | "${CONF_DIR}"/ruff2sonar.py "${external_format}" >"${RUFF_REPORT}"
46
re=$?
47
if [[ "${re}" = "32" ]]; then
48
>&2 echo "ERROR: pylint execution failed, errcode ${re}, aborting..."
0 commit comments