Commit 0cc68953 authored by Michal Čihař's avatar Michal Čihař

Extend words blacklist

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 93c42890
......@@ -189,6 +189,7 @@ SAME_BLACKLIST = frozenset((
'enum',
'error',
'escape',
'ethernet',
'exchange',
'excel',
'expert',
......@@ -562,6 +563,7 @@ SAME_BLACKLIST = frozenset((
'roadmap',
'robot',
'role',
'root',
'route',
'routine',
'routines',
......@@ -581,6 +583,7 @@ SAME_BLACKLIST = frozenset((
'scripts',
'scripting',
'scroll',
'sdk',
'sector',
'seed',
'selinux',
......@@ -714,6 +717,7 @@ SAME_BLACKLIST = frozenset((
'video',
'view',
'views',
'virus',
'vorbis',
'vote',
'votes',
......@@ -724,6 +728,7 @@ SAME_BLACKLIST = frozenset((
'website',
'widget',
'widgets',
'wifi',
'wiki',
'wikipedia',
'wildcard',
......
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