Teach rpmlint

This commit is contained in:
Petr Písař 2012-10-25 10:25:21 +02:00
parent cdff809e33
commit 1c960266b3
2 changed files with 3 additions and 1 deletions

2
.rpmlint Normal file
View File

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

View File

@ -39,7 +39,7 @@ is often better. (That's what I keep telling myself, anyway.)
Pod::Eventual reads line-based input and produces events describing each POD Pod::Eventual reads line-based input and produces events describing each POD
paragraph or directive it finds. Once complete events are immediately passed to paragraph or directive it finds. Once complete events are immediately passed to
the handle_event method. This method should be implemented by Pod::Eventual the handle_event method. This method should be implemented by Pod::Eventual
subclasses. If it isn't, Pod::Eventual's own handle_event will be called, and sub-classes. If it isn't, Pod::Eventual's own handle_event will be called, and
will raise an exception. will raise an exception.
%prep %prep