nextcloud/nextcloud-rpmlintrc
Eric Schirra de930bd71d Accepting request 796521 from home:ecsos:server
- Update to 18.0.4
  - No changelog from upstream at this time.
- Add nextcloud-rpmlintrc to reduce build warnings.
- Fix RewriteRules in apache_secure_data.

OBS-URL: https://build.opensuse.org/request/show/796521
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=109
2020-04-23 11:55:33 +00:00

7 lines
292 B
Plaintext

# False positive
addFilter('explicit-lib-dependency');
# git files should not be removed, otherwise nextcloud rise up integrity check failure in some situations.
addFilter('version-control-internal-file');
addFilter('hidden-file-or-dir');
addFilter('non-etc-or-var-file-marked-as-conffile');