Skip to content

Commit 77b69e4

Browse files
committed
Removed Console/Shell Path - Updated to Just {src}/Shell
There is no Console/Shell path.
1 parent 76a241d commit 77b69e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codesniffer-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ FULL_REPORT_FILE="${REPORT_DIR}/report-full.txt"
3636
SUMMARY_REPORT_FILE="${REPORT_DIR}/report-summary.txt"
3737

3838
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")
39+
SNIFF_FOLDERS=("${SRC_DIR}/Controller" "${SRC_DIR}/Model" "${SRC_DIR}/View" "${SRC_DIR}/Lib" "${SRC_DIR}/Shell")
4040
SNIFF_FAIL_CAUSES_SCRIPT_FAIL=1 # 1 = false. This script will therefore always exit 0.
4141

4242
# Bail out if phpcs isn't available to us.

0 commit comments

Comments
 (0)