6f7ce2b1b06bb08612184fd0b5e4c897babf8b69 | Author: Lucas Meneghel Rodrigues <lookkas@gmail.com>
| 2016-01-18 12:26:37-02:00
.travis.yml: Be a little more strict with the lint checker
The 'E' and 'W' categories of pep8 linter errors can catch simple
yet annoying errors such as wrong spacing around math
operators. Let's start to only ignore E501 (line too long)
errors.
Signed-off-by: Lucas Meneghel Rodrigues <lookkas@gmail.com>
efeb78c8cad88ba3c83eb67c882bb422ac2e9376 | Author: Lucas Meneghel Rodrigues <lookkas@gmail.com>
| 2016-01-18 12:24:14-02:00
PEP8 Fixes
A few PEP8 fixes to the code such that the only E class
error we can ignore is E501 (line too long).
Signed-off-by: Lucas Meneghel Rodrigues <lookkas@gmail.com>
ddaa25caa2b5e73cbcf507a8d590a60217d4b263 | Author: Lucas Meneghel Rodrigues <lookkas@gmail.com>
| 2015-11-11 23:38:54-02:00
cassandra-dtest: Fix syntax problems found by pylint
Signed-off-by: Lucas Meneghel Rodrigues <lookkas@gmail.com>
e327018f8097cd1fcc37d3a4f2379e722fbfc905 | Author: Lucas Meneghel Rodrigues <lookkas@gmail.com>
| 2015-11-11 23:38:54-02:00
replication_test.py: Indentation fixes
Fix indentation issues found with my checker tool,
inspektor [1]. I didn't touch the files auto generated
by the thrift compiler, so we're dealing with actual,
non machine generated code inconsistency.
[1] https://github.com/autotest/inspektor, checker
tool similar to pyflakes.
Signed-off-by: Lucas Meneghel Rodrigues <lookkas@gmail.com>