Date: Friday, March 29, 2019 @ 18:36:50 Author: maximbaz Revision: 446053
python-language-server: remove .pylintrc Deleted: python-language-server/trunk/.pylintrc -----------+ .pylintrc | 28 ---------------------------- 1 file changed, 28 deletions(-) Deleted: .pylintrc =================================================================== --- .pylintrc 2019-03-29 18:35:22 UTC (rev 446052) +++ .pylintrc 2019-03-29 18:36:50 UTC (rev 446053) @@ -1,28 +0,0 @@ -[FORMAT] - -max-line-length = 120 - -[MESSAGES CONTROL] - -enable = - useless-suppression - -disable = - duplicate-code, - invalid-name, - fixme, - missing-docstring, - protected-access, - too-few-public-methods, - too-many-arguments, - too-many-instance-attributes - -[REPORTS] - -reports = no - -[TYPECHECK] - -generated-members = - pyls_* - cache_clear
