for( (i=0; i<10; i++) ); do echo $i; done
for((i=0; i<10; i++)); do echo $i; done
ShellCheck finds arithmetic for ((;;)) expressions where (( or )) are intervening with spaces
None
ShellCheck is a static analysis tool for shell scripts. This page is part of its documentation.