mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Automatically verify that derive() lists are alphabetically ordered
This commit is contained in:
parent
16c1446137
commit
ab73f3d61d
3 changed files with 15 additions and 0 deletions
|
@ -107,6 +107,7 @@ class CheckTidiness(unittest.TestCase):
|
|||
self.assertTrue('mod declaration is not in alphabetical order' in errors.next()[2])
|
||||
self.assertEqual('mod declaration spans multiple lines', errors.next()[2])
|
||||
self.assertTrue('extern crate declaration is not in alphabetical order' in errors.next()[2])
|
||||
self.assertTrue('derivable traits list is not in alphabetical order' in errors.next()[2])
|
||||
self.assertEqual('found an empty line following a {', errors.next()[2])
|
||||
self.assertEqual('missing space before ->', errors.next()[2])
|
||||
self.assertEqual('missing space after ->', errors.next()[2])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue