Skip to content

Commit afcc326

Browse files
Update entrypoint.sh - added static analysis tool also for space removal
1 parent 4aee3c9 commit afcc326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ process_input_options() {
4242
if [[ "$key" == "--review_scope" ]]; then
4343
value=$(remove_spaces "$value")
4444
value=$(to_lowercase "$value")
45-
elif [[ "$key" == "--exclude_files" || "$key" == "--exclude_branches" ]]; then
45+
elif [[ "$key" == "--exclude_files" || "$key" == "--exclude_branches" || "$key" == "--static_analysis_tool" ]]; then
4646
value=$(remove_spaces "$value")
4747
fi
4848

0 commit comments

Comments
 (0)