Blame ocaml-odoc.rpmlintrc

c147e33
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
c147e33
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
c147e33
c147e33
# The dictionary is missing some technical terms
c147e33
addFilter(r'W: spelling-error .* (ocamldoc|referencer)')
c147e33
c147e33
# OCaml does this to us.  We have no control over it.
c147e33
addFilter(r'ocaml-odoc\.[^:]+: E: missing-call-to-chdir-with-chroot')
c147e33
c147e33
# Documentation is in the doc subpackage
c147e33
addFilter(r'ocaml-odoc-devel\.[^:]+: W: no-documentation')