We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a241d commit 77b69e4Copy full SHA for 77b69e4
1 file changed
codesniffer-run
@@ -36,7 +36,7 @@ FULL_REPORT_FILE="${REPORT_DIR}/report-full.txt"
36
SUMMARY_REPORT_FILE="${REPORT_DIR}/report-summary.txt"
37
38
CODE_STANDARD="vendor/loadsys/loadsys_codesniffer/Loadsys"
39
-SNIFF_FOLDERS=("${SRC_DIR}/Controller" "${SRC_DIR}/Model" "${SRC_DIR}/View" "${SRC_DIR}/Lib" "${SRC_DIR}/Console/Shell")
+SNIFF_FOLDERS=("${SRC_DIR}/Controller" "${SRC_DIR}/Model" "${SRC_DIR}/View" "${SRC_DIR}/Lib" "${SRC_DIR}/Shell")
40
SNIFF_FAIL_CAUSES_SCRIPT_FAIL=1 # 1 = false. This script will therefore always exit 0.
41
42
# Bail out if phpcs isn't available to us.
0 commit comments