diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-10-18 11:33:38 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-10-30 09:11:53 -0400 |
commit | 63a5b62dba190007634e1e0f2f834057b63aeafd (patch) | |
tree | beb6d51675d43fe8303aff62a3c9272e82e67520 /testsuite | |
parent | 7b9987d1835ff422e21f0b2f36c93d956192bf4b (diff) | |
download | bcfg2-63a5b62dba190007634e1e0f2f834057b63aeafd.tar.gz bcfg2-63a5b62dba190007634e1e0f2f834057b63aeafd.tar.bz2 bcfg2-63a5b62dba190007634e1e0f2f834057b63aeafd.zip |
added Git.Update RMI, ability to base bcfg2 VCS repo at a different directory than the repo root
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/pylintrc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pylintrc.conf b/testsuite/pylintrc.conf index 829feaa26..63c2873ee 100644 --- a/testsuite/pylintrc.conf +++ b/testsuite/pylintrc.conf @@ -147,7 +147,7 @@ ignore-mixin-members=yes # List of classes names for which member attributes should not be checked # (useful for classes with attributes dynamically set). -ignored-classes=ForeignKey,Interaction +ignored-classes=ForeignKey,Interaction,git.cmd.Git # When zope mode is activated, add a predefined set of Zope acquired attributes # to generated-members. |