Skip to content

Conversation

@itspriddle
Copy link
Owner

@itspriddle itspriddle commented Sep 12, 2024

In d2489f2 the error format this plugin was changed. The result of that is that errors went from

foo.sh|1 col 1 warning| Some ShellCheck Error. [SC####] 

To:

foo.sh|1 col 1 warning ####| Some ShellCheck Error. 

That means this plugins detection of SC error codes was broken. It is now fixed.

In d2489f2 the error format this plugin was changed. The result of that is that errors went from ``` foo.sh|1 col 1 warning| Some ShellCheck Error. [SC####] ``` To: ``` foo.sh|1 col 1 warning ####| Some ShellCheck Error. ``` That means this plugins detection of SC error codes was broken. It is now fixed.
@itspriddle itspriddle merged commit 7bfb867 into master Sep 12, 2024
@itspriddle itspriddle deleted the bugfix/gb branch September 12, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants