xbmc / addon-check

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

Add option `skip-dependency-checks` #264

Open goggle opened 1 year ago

goggle commented 1 year ago

Adds an option to ignore dependency checks. The reason for this is outlined in #263. Closes #263.

razzeee commented 1 year ago

I still think we should go for modes and not for single settings, like outlined in https://github.com/xbmc/addon-check/pull/158#issuecomment-461417210

goggle commented 1 year ago

Are the failing GitHub Action checks my fault? Have I forgotten to add something?

razzeee commented 1 year ago

Seems like the tests expect skip_dependency_checks to be there now. Either the default is not working or it's not affecting the test suite (as it might only start below that layer)