# moodle contains parts of other projects, like Horde. Its language files can be safely ignored.
addFilter(".*file-not-in-%lang");

# these files are placeholders needed by moodle.
addFilter(".*zero-length");

# this is actually a php7 module name, not a library
addFilter(".*explicit-lib-dependency php7-zlib");

# moodle ships a mimetex binary for linux
addFilter(".*W: unstripped-binary-or-object /srv/www/htdocs/moodle/filter/tex/mimetex.linux")

# the Google IO library ships a test certificate, it's safe to ignore
addFilter(".*W: pem-certificate");
