xbmc / addon-check

Automatic checks for new repository submissions
GNU General Public License v3.0
52 stars 42 forks source link

Check if addon version is compliant with repository generator #255

Closed enen92 closed 3 years ago

enen92 commented 3 years ago

Follow up to https://github.com/xbmc/repository-generator/pull/16, this makes addon-checker validate the provided version in addon.xml against the regex used in repository-generator. This makes sure the checker catches any invalid version in advance

yol commented 3 years ago

Can you add 2.3.0-backported-Leia (or similar) as check that must fail? Otherwise looks good :+1:

enen92 commented 3 years ago

Done, I'll merge if travis is happy