We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b202803 commit 650881bCopy full SHA for 650881b
check/all
@@ -91,8 +91,8 @@ function run() {
91
}
92
93
if [[ -n "${only_changed}" ]]; then
94
- run "check/format-incremental ${rev} ${apply_arg}"
95
- run "check/pylint-changed-files ${rev}"
+ run check/format-incremental "${rev[@]}" "${apply_arg[@]}"
+ run check/pylint-changed-files "${rev[@]}"
96
else
97
run "check/format-incremental ${rev} ${apply_arg} --all"
98
run "check/pylint"
0 commit comments