matomo/matomo.rpmlintrc
Eric Schirra 09e7a019e4 Accepting request 758580 from home:lrupp:branches:network:utilities
- moved the update message in post to the right position
- disable some (unused) php functions
- use open basedir
- add newly required php modules:
  php-ctype, php-dom, php-iconv, php-tokenizer, php-xmlreader,
  php-xmlwriter, php-zlibm 
- define locations of web-, log- and config directories dynamically 
- allow to enable compression
- enhanced README.SUSE

OBS-URL: https://build.opensuse.org/request/show/758580
OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=45
2019-12-20 22:47:23 +00:00

11 lines
488 B
Plaintext

# Output filters
addFilter("hidden-file-or-dir")
addFilter("macro-in-comment")
addFilter("suse-missing-rclink matomo-archive")
addFilter("zero-length /srv/www/matomo/plugins/Morpheus/stylesheets/base/font.css")
addFilter("pem-certificate")
addFilter("non-conffile-in-etc /etc/matomo/environment/dev.php")
addFilter("non-conffile-in-etc /etc/matomo/environment/test.php")
addFilter("non-conffile-in-etc /etc/matomo/environment/ui-test.php")
addFilter("explicit-lib-dependency php-zlib")