mariadb-connector-c/mariadb-connector-c.rpmlintrc
Petr Šabata 742a6542cb 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/mariadb-connector-c#f22b7f382e96ea41a2b550f141ea46a4745d0862
2020-10-15 19:00:50 +02:00

23 lines
797 B
Plaintext

# THIS FILE SERVES FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
# (same file in python3 package served as a great example)
# Spelling errors
addFilter(r'spelling-error .* en_US (libmariadb|cnf) ')
# Debugsource
addFilter(r'^mariadb-connector-c\d?-debugsource\.[^:]+: (E|W): no-documentation')
# Debuginfo
addFilter(r'^mariadb-connector-c\d?-debuginfo\.[^:]+: (E|W): useless-provides debuginfo\(build-id\)')
# Missing documentation from subpackages
addFilter(r'^mariadb-connector-c\d?-(devel|config)\.[^:]+: (E|W): no-documentation')
# No manual page for binary
# Upstream issue tracker: https://jira.mariadb.org/browse/CONC-293
addFilter(r'no-manual-page-for-binary (mariadb|mysql)_config$')