xbmc / addon-check

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

Added: ignore hidden directories and report an hidden top-directory #132

Closed ghost closed 6 years ago

ghost commented 6 years ago

123

Now as a matter of style: startswith or != ?

Also what to put in the report ?

ghost commented 6 years ago

Checking with startswith on dirs excludes a lot of valid pathnames. Should have gone with a bigger conditional. Anyway I close this because there seem to be another PR ongoing for this issue.