Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: flake8-eyeo/README.md

Issue 29634555: NoIssue - Detect redundant comparisons Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Created Dec. 10, 2017, 6:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | flake8-eyeo/flake8_eyeo.py » ('j') | flake8-eyeo/flake8_eyeo.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flake8-eyeo/README.md
===================================================================
--- a/flake8-eyeo/README.md
+++ b/flake8-eyeo/README.md
@@ -47,6 +47,7 @@
* `A205`: Superfluos empty block
* `A206`: Extraneous `else` statement after block is left
* `A207`: Duplicate key in dict or set
+* `A208`: Redundant comparisons
### Error-prone practices
« no previous file with comments | « no previous file | flake8-eyeo/flake8_eyeo.py » ('j') | flake8-eyeo/flake8_eyeo.py » ('J')

Powered by Google App Engine
This is Rietveld