neutron-lib/neutron_lib/hacking
Ngo Quoc Cuong 69e2a3cec1 Fix N536 - Use assertIsNone regex
self.assertEqual((None, None), A) is valid since (None, None) is not
None. However assert_equal_none recognizes it as invalid.

Solution: Add '$' (Match the end of the text) with/without comment ( |\t)*#.*)?
to the regular expressions which intent to match None at the end of string.

Change-Id: Ic5e5c16c9225a80b2765a1d3cde9a5b9e83a06fb
2017-07-13 21:27:35 -04:00
..
__init__.py Lib specific hacking rules 2016-02-08 13:53:10 -07:00
checks.py Fix N536 - Use assertIsNone regex 2017-07-13 21:27:35 -04:00
translation_checks.py Merge "Enable module reference" 2017-07-11 01:58:26 +00:00