# we might introduce language based sub-packages later, but not for now
addFilter("file-not-in-%lang.*/srv/www/htdocs/limesurvey/locale/.*");
# especially the empty index.html files are there by intention
addFilter("zero-length.*/srv/www/htdocs/limesurvey/.*");
# we do not want to execute any file in the wwwroot on the console at the moment
addFilter("non-executable-script.*/srv/www/htdocs/limesurvey/.*");
