Closed academo closed 6 months ago
LGTM
Not sure if there's anything to consider for bundled plugins with a backend etc
yes. this setup is not considering bundled/nested plugins at all. I'll open a follow up PR to improve that case. I suspect it'll require more changes in the validator.
Adds validation for backend, alerting and executable attributes in plugin.json
Closes https://github.com/grafana/plugin-validator/issues/174
Cases Alerting=true and backend=false: error backend=true and executable="": error backend=false and executable=".+": error backend=true, excutable=".+", binaries not found: error backend=true, executable=".+", binaries found: correct