Commit 2a34d7ce authored by Michal Čihař's avatar Michal Čihař

Another ignore list

parent 0515b143
......@@ -38,6 +38,7 @@ SAME_BLACKLIST = frozenset((
'administration',
'ah',
'alarm',
'album',
'aliasing',
'amazon',
'antialias',
......@@ -270,6 +271,7 @@ SAME_BLACKLIST = frozenset((
'personal',
'pib',
'plan',
'playlist',
'plugin',
'plugins',
'plural',
......
......@@ -47,6 +47,7 @@ class SameCheckTest(CheckTestCase):
def test_same_numbers(self):
self.do_test(False, ('1:4', '1:4', ''))
self.do_test(False, ('1, 3, 10', '1, 3, 10', ''))
def test_same_multi(self):
self.do_test(
......
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