mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
128 stars 120 forks source link

Ensure Manifest is valid #175

Open hanzei opened 1 year ago

hanzei commented 1 year ago

The plugin manifest has an IsValid() method that checks if the manifest is semantically correct. The tooling should use that method to validate the manifest.

This could be implemented via a go test.