Add an rpmlintrc file.

This commit is contained in:
Jerry James 2020-01-07 20:58:36 -07:00
parent 96d49fbf64
commit 9c6f60b23d
1 changed files with 8 additions and 0 deletions

8
ocaml-cinaps.rpmlintrc Normal file
View File

@ -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')