ソースを参照

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"]

読み込み中…
キャンセル
保存