summaryrefslogtreecommitdiff
path: root/tests/functional/simplifiable_if_statement.txt
blob: 1c5110908770830b3853db2a2843dba8ffc5ea19 (plain)
1
2
3
4
simplifiable-if-statement:8:test_simplifiable_1:The if statement can be replaced with 'return bool(test)'
simplifiable-if-statement:16:test_simplifiable_2:The if statement can be replaced with 'return bool(test)'
simplifiable-if-statement:24:test_simplifiable_3:The if statement can be replaced with 'var = bool(test)'
simplifiable-if-statement:35:test_simplifiable_4:The if statement can be replaced with 'return bool(test)'