Move line-length check functionality to pylint
Currently, the length of a line is checked with pycodestyle, which does not take into account pylint comments, e.g. disabling an error for one line. Thus, errors can only be disabled per code block, as otherwise lines would easily get too long. Pylint itself ignores the line length error if it is caused by such comments. Depends-On: 9326 Change-Id: Ib231e73fe73ddff7d9163afe607e7a26b95e6305
Please register or sign in to comment