2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint,W0108 # (unnecessary-lambda) Lambda may not be necessary
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pylint, W0404 # reimported module
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
check_source.sh: add E301 check to the list of selected PEP8 errors
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E301 expected 2 blank lines, found 1
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W503 line break before binary operator
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E266 too many leading '#' for block comment
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E122 continuation line missing indentation or outdented
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W191 indentation contains tabs
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E211 whitespace before '['
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E129 visually indented line with same indent as next logical line
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E127 continuation line over-indented for visual indent
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E129 visually indented line with same indent as next logical line
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W602 deprecated form of raising exception
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, W601 .has_key() is deprecated, use 'in'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E731 do not assign a lambda expression, use a def
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E203 whitespace before ','
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E712 comparison to True should be 'if cond is True:' or 'if cond:'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E222 multiple spaces after operator
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
clean etherlab: pep8, E741 ambiguous variable name 'l'
|
changeset |
files
|
2018-09-29 |
Andrey Skvortsov |
cleanup etherlab: pep8, E306 expected 1 blank line before a nested definition, found X
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E201 whitespace after '('
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E202 whitespace before ')'
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E227 missing whitespace around bitwise or shift operator
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E251 unexpected spaces around keyword / parameter equals
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E225 missing whitespace around operator
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E303 too many blank lines (2)
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E231 missing whitespace after ','
|
changeset |
files
|
2018-09-28 |
Andrey Skvortsov |
cleanup etherlab: pep8, E271 multiple spaces after keyword
|
changeset |
files
|