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
I am rurning shellcheck with sourceFiles = fileTree(...) and showViolations = true and even when there are no violations I get a bunch of blank lines printed out (it looks like it is 2 blank lines per file it checked). Can this plugin be changed to check if there are any actual violations before printing out those blank lines to the output?
The text was updated successfully, but these errors were encountered:
I am rurning shellcheck with
sourceFiles = fileTree(...)
andshowViolations = true
and even when there are no violations I get a bunch of blank lines printed out (it looks like it is 2 blank lines per file it checked). Can this plugin be changed to check if there are any actual violations before printing out those blank lines to the output?The text was updated successfully, but these errors were encountered: