You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
531 B
13 lines
531 B
from Config import *
|
|
|
|
# Unexpanded macro warnings are expected from time to time:
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=551366
|
|
addFilter("unexpanded-macro Summary\(C\) %ENV")
|
|
addFilter("unexpanded-macro %description -l C %ENV")
|
|
|
|
# These are written as they are intended
|
|
addFilter("spelling-error Summary\(en_US\) Lexically -> ")
|
|
addFilter("spelling-error %description -l en_US lexically -> ")
|
|
addFilter("spelling-error %description -l en_US regexen -> ")
|
|
addFilter("spelling-error %description -l en_US automagically -> ")
|