# the hidden files below contain the configuration, resp. some examples
addFilter("hidden-file-or-dir /etc/Cachet/.env.example");
addFilter("hidden-file-or-dir /usr/share/Cachet/.env");
addFilter("hidden-file-or-dir /etc/Cachet/.env");
# Without a correct, user defined .env file, the application will not 
# work. As we can not provide a valid one, let's skip the test here.
# Please note that we might also simply skip adding the file as %%ghost
# in the spec file - but this will create a file that does not belong to 
# any package. So we need to die one death here...
addFilter("ghost-files-without-postin");
# false positive
addFilter("explicit-lib-dependency php-zlib");
# not required for SUSE packages
addFilter("no-version-in-last-changelog");
# this is just the service for the systemd timer
addFilter("suse-missing-rclink Cachet");
