summaryrefslogtreecommitdiff
path: root/pylint/test/functional/inconsistent_returns.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/inconsistent_returns.txt')
-rw-r--r--pylint/test/functional/inconsistent_returns.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/pylint/test/functional/inconsistent_returns.txt b/pylint/test/functional/inconsistent_returns.txt
deleted file mode 100644
index d2d70e653..000000000
--- a/pylint/test/functional/inconsistent_returns.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-inconsistent-return-statements:159:explicit_implicit_returns:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:163:empty_explicit_returns:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:168:explicit_implicit_returns2:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:176:explicit_implicit_returns3:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:184:returns_missing_in_catched_exceptions:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:194:complex_func:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:202:inconsistent_returns_in_nested_function.not_consistent_returns_inner:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:210:bug_1771_counter_example:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:228:bug_1772_counter_example:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:236:bug_1794_inner_func_in_if_counter_example_1:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:245:bug_1794_inner_func_in_if_counter_example_2:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:254:bug_1794_inner_func_in_if_counter_example_3:Either all return statements in a function should return an expression, or none of them should.
-inconsistent-return-statements:261:bug_1794_inner_func_in_if_counter_example_3._inner2:Either all return statements in a function should return an expression, or none of them should.