elementary / appcenter

Pay-what-you-can app store for elementary OS
https://elementary.io
GNU General Public License v3.0
542 stars 102 forks source link

ComponentValidator: drop hiddenapps function #2122

Closed danirabbit closed 9 months ago

danirabbit commented 9 months ago

Closes #438

This is from a time when we were pulling apps from the Ubuntu repos and we had to specifically hide components that we didn't want to show like imagemagick and other utilities

leolost2605 commented 9 months ago

Maybe we could just make validate static and move it to Utils or something? Having a whole separate class for just a (static) method seems a bit overkill 🤷

danirabbit commented 9 months ago

@leolost2605 I moved it to BackendInterface since it's only used by the backends. How's that? :)