Right now we are using the script.xsd schema file for xbmc.python.script addons and for all other scripts like script.modules, screensavers, etc. A user submitted a script.module/python library with the provides element defined and it passed CI without raising any error. In my opinion we should avoid such things passing unnoticed.
See title.
Right now we are using the
script.xsd
schema file forxbmc.python.script
addons and for all other scripts likescript.modules
,screensavers
, etc. A user submitted a script.module/python library with the provides element defined and it passed CI without raising any error. In my opinion we should avoid such things passing unnoticed.Ref: https://github.com/xbmc/repo-scripts/pull/921