Browse Source

Ignore EtcdResult from pylint.

It uses dynamic attributes (via setattr()) that can't be detected
by static analysis.
master
Chris Smith 8 years ago
parent
commit
1f6256ecc7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/Dockerfile

+ 1
- 1
test/Dockerfile View File

@@ -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…
Cancel
Save