Commit Graph

3 Commits

Author SHA1 Message Date
Cai Hui 44ccb487f3 Fix pylint error
Fix error
E1120: No value for argument 'Loader' in function call (no-value-for-parameter)

Change-Id: I70afa3917e28b57f7ea8d992a7910c09bec7b4d5
2021-11-03 06:31:43 +08:00
Doug Hellmann 97dddaba0a update pylint
The older version of pylint does not work under python 3, so update to
a newer version. Update astroid at the same time so it is a compatible
version as well.

Disable the import-error lint check since it prevents the job from
passing but the unit test jobs do work.

Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com>
Change-Id: I2ddf8985c2b9b6286ddb4cbfd9f3edd2002223c1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-08-15 13:22:31 +09:00
Saad Zaher fdbb15848f Adding pep8, pylint, coverage, sphinx testing 2016-05-09 15:00:10 +00:00