summaryrefslogtreecommitdiff
path: root/pylint/test/functional/misplaced_comparison_constant.py
Commit message (Expand)AuthorAgeFilesLines
* Use the representation of the context when building the message for misplaced...Claudiu Popa2015-10-261-0/+2
* Don't emit misplaced-comparison-constant for constant tests, such as true == ...Claudiu Popa2015-10-261-4/+0
* Make misplaced-comparison-constant a convention, rather than a warning.Claudiu Popa2015-10-261-3/+3
* Explicitely check for const to const comparisonLaura M?dioni2015-10-261-2/+20
* add a new rule looking for yoda conditionsLaura M?dioni2015-10-151-0/+20