summaryrefslogtreecommitdiff
path: root/pylint/test/functional/simplifiable_if_statement.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/simplifiable_if_statement.txt')
-rw-r--r--pylint/test/functional/simplifiable_if_statement.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/pylint/test/functional/simplifiable_if_statement.txt b/pylint/test/functional/simplifiable_if_statement.txt
new file mode 100644
index 0000000..74bdd16
--- /dev/null
+++ b/pylint/test/functional/simplifiable_if_statement.txt
@@ -0,0 +1,4 @@
+simplifiable-if-statement:8:test_simplifiable_1:The if statement can be reduced by returning bool of test
+simplifiable-if-statement:16:test_simplifiable_2:The if statement can be reduced by returning bool of test
+simplifiable-if-statement:24:test_simplifiable_3:The if statement can be reduced by assigning bool of test
+simplifiable-if-statement:35:test_simplifiable_4:The if statement can be reduced by returning bool of test \ No newline at end of file