Configure rpmlint to ignore false postives of spelling mistakes

This commit is contained in:
Emmanuel Seyman 2019-04-21 09:45:52 +02:00
parent ab63fc010f
commit fbf792845c

2
perl-Mail-DKIM.rpmlintrc Normal file
View File

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* SpamAssassin");