Hey there, we've recently noticed that while this vscode plugin works great for rubocop, it silently does not report errors for the Lint/ScriptPermission rule.
I believe this is because the --stdin flag used is incompatible with this rubocop rule here. Short of writing our own custom rule to replicate this, is there a way to support Lint/ScriptPermission today?