.pylint
Sat, 29 Sep 2018 17:39:21 +0300 Andrey Skvortsov clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X'
Sat, 29 Sep 2018 17:00:01 +0300 Andrey Skvortsov ignore missing MotionLibrary
Wed, 23 May 2018 11:48:34 +0300 Andrey Skvortsov Fix codestyle
Thu, 19 Oct 2017 10:57:35 +0300 Andrey Skvortsov force all python source code to have LF line ending
Mon, 16 Oct 2017 17:20:31 +0300 Andrey Skvortsov fix pylint error "(undefined-variable) Undefined variable 'X'"
Wed, 11 Oct 2017 13:55:56 +0300 Andrey Skvortsov fix pylint error '(import-error) Unable to import X'
Wed, 11 Oct 2017 11:54:55 +0300 Andrey Skvortsov fix pylint error "(no-name-in-module) No name 'X' in module 'Y'"
Thu, 05 Oct 2017 16:38:49 +0300 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
Fri, 22 Sep 2017 10:57:57 +0300 Andrey Skvortsov enable pylint checker