This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
multipub/.pyenv/lib/python3.7/site-packages/pylint/test/functional/logical_tautology.txt

13 lines
777 B
Text
Raw Normal View History

2019-02-09 02:45:25 -06:00
comparison-with-itself:6:foo:Redundant comparison - arg == arg
comparison-with-itself:8:foo:Redundant comparison - arg != arg
comparison-with-itself:10:foo:Redundant comparison - arg > arg
comparison-with-itself:12:foo:Redundant comparison - arg <= arg
comparison-with-itself:14:foo:Redundant comparison - None == None
comparison-with-itself:16:foo:Redundant comparison - 786 == 786
comparison-with-itself:18:foo:Redundant comparison - 786 is 786
comparison-with-itself:20:foo:Redundant comparison - 786 is not 786
comparison-with-itself:22:foo:Redundant comparison - arg is arg
comparison-with-itself:24:foo:Redundant comparison - arg is not arg
comparison-with-itself:26:foo:Redundant comparison - True is True
comparison-with-itself:36:bar:Redundant comparison - arg != arg