diff --git a/ocaml-cinaps.rpmlintrc b/ocaml-cinaps.rpmlintrc new file mode 100644 index 0000000..8c19ad6 --- /dev/null +++ b/ocaml-cinaps.rpmlintrc @@ -0,0 +1,8 @@ +# 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 .* (ppx|rewriter|toplevel)') + +# Documentation is in the main package +addFilter(r'ocaml-cinaps-devel\.[^:]+: W: no-documentation')