[CI] Update lint configuration to support latest pylint convention (#4971)

* Update lint configuration

* Use gcc 8 consistently in build instruction
This commit is contained in:
Philip Hyunsu Cho
2019-10-21 16:40:57 -07:00
committed by GitHub
parent 4771bb0d41
commit 741fbf47c4
4 changed files with 5 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ ignore=tests
extension-pkg-whitelist=numpy
disable=unexpected-special-method-signature,too-many-nested-blocks,useless-object-inheritance
disable=unexpected-special-method-signature,too-many-nested-blocks,useless-object-inheritance,import-outside-toplevel,unsubscriptable-object
dummy-variables-rgx=(unused|)_.*