You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2019. It is now read-only.
Hi, I'm using version 0.1.4 on Pycharm 2019.2 and shellcheck 0.7.0
It is marking some vars as they are not being used (SC2034) as shown below
That's not completely true. They are sued in other file added using source statement:
I'm using the correct shellcheck syntax in order to avoid the errors when I launch shellcheck from console with the -x argument which makes the follow to sourced files.
Could be possible to add this shellcheck -x feauture to the plugin in order to avoid this false positives?
Thanks so much and congratz for the plugin, is very handy!
Hi, I'm using version 0.1.4 on Pycharm 2019.2 and shellcheck 0.7.0
It is marking some vars as they are not being used (SC2034) as shown below
That's not completely true. They are sued in other file added using source statement:
I'm using the correct shellcheck syntax in order to avoid the errors when I launch shellcheck from console with the
-xargument which makes the follow to sourced files.Could be possible to add this
shellcheck -xfeauture to the plugin in order to avoid this false positives?Thanks so much and congratz for the plugin, is very handy!