8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
|
from Config import *
|
||
|
|
||
|
# eval is a perl keyword
|
||
|
addFilter("spelling-error %description -l en_US eval -> ")
|
||
|
|
||
|
# documentation, doesn't matter
|
||
|
addFilter("wrong-script-interpreter /usr/share/doc/perl-Try-Tiny.*/t/00-report-prereqs.t perl")
|