YunoHost-Apps / homeassistant_ynh

Home automation platform package for YunoHost
https://www.home-assistant.io/
Apache License 2.0
20 stars 16 forks source link

Optimize to get level 8 app #302

Closed Limezy closed 6 months ago

Limezy commented 6 months ago

Hi ! Looks like this app is very close to be level 8 ready. Apparently the blocking point is coming from your configuration files that are embedded into a folder. Is there any technical reason for that ? If not, I could help tweaking slightly the scripts to get level 8. Thanks for the app anyway !

ewilly commented 6 months ago

It was level 8 since 2022 and suddenly go back back to level 6 due to a change in linter that produce an error when finding a directory in the conf dir instead of files. I can't see the point behind that (and no point in documentation too), i suspect a false positive and so a technical issue on the linter script side.

ewilly commented 6 months ago

issue create on linter side https://github.com/YunoHost/package_linter/issues/138

ewilly commented 6 months ago

Linter fixed with https://github.com/YunoHost/package_linter/pull/141