Commit 26afc9a1 authored by Michal Čihař's avatar Michal Čihař

Extend ignore list (based on Exaile false positives)

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent e82eab7d
......@@ -56,6 +56,7 @@ SAME_BLACKLIST = frozenset((
'appliances',
'aptitude',
'array',
'artist',
'attribute',
'attribution',
'atom',
......@@ -112,6 +113,7 @@ SAME_BLACKLIST = frozenset((
'component',
'components',
'compression',
'conductor',
'console',
'contact',
'contacts',
......@@ -146,6 +148,7 @@ SAME_BLACKLIST = frozenset((
'details',
'ding',
'direction',
'disc',
'distance',
'distribution',
'distro',
......@@ -448,6 +451,8 @@ SAME_BLACKLIST = frozenset((
'plural',
'plus',
'png',
'podcast',
'podcasts',
'point',
'polygon',
'polymer',
......@@ -481,6 +486,7 @@ SAME_BLACKLIST = frozenset((
'question',
'questions',
'radar',
'radio',
'radius',
'rate',
'realm',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment