We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4579a66 + 1d9443a commit a402920Copy full SHA for a402920
1 file changed
codesniffer-run
@@ -62,7 +62,7 @@ SUPPRESS_WARNINGS=""
62
63
64
# Process command line options.
65
-while getopts ":fhnrs:x" opt; do
+while getopts ":fhnr:sx" opt; do
66
case $opt in
67
f)
68
SAVE_REPORTS=0 # 0 = true. Save reports to files, not print to screen.
0 commit comments