Lack of interest Perform sanity checks when building Add-on release

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Kirby

Well-known member
While this normally should not happen (though can happen, especially when working with development files), XenForo could perform some basic sanity checks when buidling an Add-on release:
  1. Are there phrases with a version id higher than the current version id of the Add-on?
  2. Are there templates with a version id higher than the current version id of the Add-on?
  3. Are all class extensions valid?
  4. Are all code events valid?
Probably could also perform a lint on all PHP files.
 
Upvote 6
This suggestion has been closed. Votes are no longer accepted.
Top Bottom