From 5b6844186f94e5fb4bdc63badbbf49b354912bfd Mon Sep 17 00:00:00 2001 From: ethan-leba Date: Sat, 16 May 2020 14:34:12 -0400 Subject: Add simplifiable-condition and condition-evals-to-constant to the refactoring checker --- tests/input/func_typecheck_callfunc_assigment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/input') diff --git a/tests/input/func_typecheck_callfunc_assigment.py b/tests/input/func_typecheck_callfunc_assigment.py index 36d476e89..e493014e2 100644 --- a/tests/input/func_typecheck_callfunc_assigment.py +++ b/tests/input/func_typecheck_callfunc_assigment.py @@ -1,4 +1,4 @@ -# pylint: disable=useless-return, useless-object-inheritance +# pylint: disable=useless-return, useless-object-inheritance, condition-evals-to-constant """check assignment to function call where the function doesn't return 'E1111': ('Assigning to function call which doesn\'t return', -- cgit v1.2.1