소스 검색

Ignore EtcdResult from pylint.

It uses dynamic attributes (via setattr()) that can't be detected
by static analysis.
master
Chris Smith 8 년 전
부모
커밋
1f6256ecc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      test/Dockerfile

+ 1
- 1
test/Dockerfile 파일 보기

@@ -7,4 +7,4 @@ RUN \
7 7
     pylint
8 8
 
9 9
 WORKDIR /
10
-ENTRYPOINT ["pylint", "/etcdlib.py"] 
10
+ENTRYPOINT ["pylint", "--ignored-classes=etcd.EtcdResult", "/etcdlib.py"]

Loading…
취소
저장