문제

The pylint exit status code still returns that an error message was issued (ret | 2) even if I explicitly ignore the error with:

# pylint: disable=E0611

Is there any way I can change this behavior?

도움이 되었습니까?

해결책

@torek was right.

The pylint version I was using was 0.25.2.

pylint version 0.28.0 (Current version) works fine.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top