From 9c6f60b23d883ce6e613d03ba1e1401c9a4bb057 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Tue, 7 Jan 2020 20:58:36 -0700 Subject: [PATCH] Add an rpmlintrc file. --- ocaml-cinaps.rpmlintrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ocaml-cinaps.rpmlintrc 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')