.pylint
2018-09-29 Andrey Skvortsov clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X'
2018-09-29 Andrey Skvortsov ignore missing MotionLibrary
2018-05-23 Andrey Skvortsov Fix codestyle
2017-10-19 Andrey Skvortsov force all python source code to have LF line ending
2017-10-16 Andrey Skvortsov fix pylint error "(undefined-variable) Undefined variable 'X'"
2017-10-11 Andrey Skvortsov fix pylint error '(import-error) Unable to import X'
2017-10-11 Andrey Skvortsov fix pylint error "(no-name-in-module) No name 'X' in module 'Y'"
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-09-22 Andrey Skvortsov enable pylint checker