Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undetected missing parenthesis/brackets #213

Open
amurashkin17 opened this issue Aug 5, 2020 · 1 comment
Open

Undetected missing parenthesis/brackets #213

amurashkin17 opened this issue Aug 5, 2020 · 1 comment

Comments

@amurashkin17
Copy link

There is no error indication if a parenthesis/bracket is missing. For example, in the following statements

indx=${#fspfiles[@]]}

for (( i=9; i >= 0; --i ); do echo $i; done

@de-jcup
Copy link
Owner

de-jcup commented Aug 25, 2020

It is not easy to handle this - the integrated parse is a custom implementation and not so "mighty".
But... I created #220 - so "spellcheck" (or another check tool) could be used at save actions and errors shown.

If this features comes alive it should handle your needs as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants