all,
python3
+# It's worth looking at len-as-condition for optimization, but it's disabled
+# here as it is not a correctness thing.
+
disable=
R,
I,
unused-variable,
wrong-import-order,
wrong-import-position,
-
+ len-as-condition,
[REPORTS]
# -*- coding: utf-8
-# Copyright (C) 2003-2007, 2009-2011 Nominum, Inc.
+# Copyright (C) 2003-2017 Nominum, Inc.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose with or without fee is hereby granted,
import dns.reversename
import dns.e164
-# pylint: disable=line-too-long
+# pylint: disable=line-too-long,unsupported-assignment-operation
class NameTestCase(unittest.TestCase):