ioBroker / ioBroker.repochecker

Check the ioBroker adapter github repositories if they can be added to public ioBroker repository
MIT License
8 stars 8 forks source link

[W513] "gulpfile.js" found in repo! incorrect for react based ui #223

Closed mcm1957 closed 3 months ago

mcm1957 commented 5 months ago

👀 [W513] "gulpfile.js" found in repo! Think about migrating to @iobroker/adapter-dev package is incorrect if the adapter uses react.

see #222 too

mcm1957 commented 5 months ago

Kriterium für react im admin Verzeichnis sollte das Verzeichnis "static und / oder "custom" existieren

https://forum.iobroker.net/topic/74579/meeting-f%C3%BCr-iobroker-core-dev-admin-19-06-24-20-30/7

mcm1957 commented 5 months ago

oder auch admin/custom/static, ev. admin/*/static.js

mcm1957 commented 4 months ago

fixed with 2.6.0

simatec commented 2 months ago

Unfortunately, the warning [W513] still appears in the current check on iobroker.dev

image

mcm1957 commented 2 months ago

The webbased checker is outdated. Please use commandline (npw) or bot.

Web based checker requires rebuild of iobroker.dev webpages which can only be done by few people. iobroker.dev should be adapter to use the latest (or an easy to change) version of @iobroker/repochecker - but this is a issue for iobroker.dev web system

simatec commented 2 months ago

This should then be adjusted promptly. It is becoming increasingly difficult for developers to see through what is still current and what is not. I think the Repochecker from iobroker.dev should always be identical to the CLI.

Anything else will only cause more confusion and at some point, out of desperation, one or two developers will move on to other projects

mcm1957 commented 2 months ago

I confirm the goal. Yes webpage should use same checks. But as far as I know currently has time / knowlegde to adjust iobroker.dev website.

If you know someone to adapt the webpage he / she is welcome. I neither have access nor knowledge with frontent programming.

Feel free to open a issue at https://github.com/ioBroker/dev-portal.