Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codesniffer-run
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SUPPRESS_WARNINGS=""


# Process command line options.
while getopts ":fhnrs:x" opt; do
while getopts ":fhnr:sx" opt; do
case $opt in
f)
SAVE_REPORTS=0 # 0 = true. Save reports to files, not print to screen.
Expand Down