func (wrapper *PluginWrapper) Validate(ctx context.Context, filePaths []string, options libstack.Options) error {
    output, err := wrapper.command(newValidateCommand(filePaths), options)
    if len(output) != 0 {
        if err != nil {
            return err