# 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 .* xUnit') # The hidden directory is there on purpose addFilter(r'W: hidden-file-or-dir .*/ocaml/ounit2/threads/\.private') # Documentation is in the -doc subpackage addFilter(r'ocaml-ounit(-lwt)?(-devel)?\.[^:]+: W: no-documentation')