Skip to content
Snippets Groups Projects
Commit b6be0288 authored by Ryan's avatar Ryan Committed by Megan Henning
Browse files

Skip checks on dynamic objects

parent 7e99330e
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme
# Template used to display messages. This is a python new-style format string
# used to format the message information. See doc for all details
#msg-template=
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
[BASIC]
......@@ -280,7 +280,7 @@ ignored-classes=
# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E1101 when accessed. Python regular
# expressions are accepted.
generated-members=
generated-members=cgi_field,types.Origin,Strategy
[VARIABLES]
......
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