diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-07-07 15:28:59 +0300 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-07-07 15:28:59 +0300 |
commit | 2ecfa1fc655976cf57efe50beeb9ebf7347b0160 (patch) | |
tree | 66f8dd9318bac05136043542f73a0696c205bbd5 /pylintrc | |
parent | 6beba11e82d2c8548f3592d4bcedceeea5ebfad5 (diff) | |
download | pylint-git-2ecfa1fc655976cf57efe50beeb9ebf7347b0160.tar.gz |
ignored-classes option can work with qualified names, as well as with Unix patterns.
Closes issues #244 and #297.
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ ignored-modules= # List of classes names for which member attributes should not be checked # (useful for classes with attributes dynamically set). -ignored-classes=SQLObject, Values +ignored-classes=SQLObject, optparse.Values # When zope mode is activated, add a predefined set of Zope acquired attributes # to generated-members. |