Eric Schirra
de930bd71d
- 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
7 lines
292 B
Plaintext
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');
|