apron/apron.rpmlintrc
2020-01-22 09:52:51 -07:00

12 lines
497 B
Plaintext

# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
# The dictionary is missing some technical terms
addFilter(r'W: spelling-error .* invariants')
# We use whatever version of jquery doxygen gives us
addFilter(r'W: unversioned-explicit-provides bundled\(jquery\)')
# The configure script is not an autotools-generated script
addFilter(r'apron\.spec:[^:]*: W: configure-without-libdir-spec')