Skip to content
Snippets Groups Projects
Commit e5687e2d authored by Martin Blanchard's avatar Martin Blanchard
Browse files

.pylintrc: Add Duration to list of ignored classes

parent df3f32cf
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,7 @@ ignore-on-opaque-inference=yes
# for classes with dynamically set attributes). This supports the use of
# qualified names.
ignored-classes=google.protobuf.any_pb2.Any,
google.protobuf.duration_pb2.Duration,
google.protobuf.timestamp_pb2.Timestamp
# List of module names for which member attributes should not be checked
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment