pcre2/pcre2.rpmlintrc
Petr Šabata f31a0efef2 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/pcre2#aefe0df10c5ed528a7034affaf69227df0058a69
2020-10-15 23:03:45 +02:00

7 lines
269 B
Plaintext

from Config import *
addFilter("spelling-error .* encodings");
# sljit upstream does not make any releases
addFilter("unversioned-explicit-provides bundled\\(sljit\\)");
# Documentation is in a required pcre2-devel package
addFilter("pcre2-static.* no-documentation");