diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-09 14:25:53 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-09 15:03:18 -0500 |
commit | 13424ed197676c15c4721fd6cecfded4479744c3 (patch) | |
tree | 5f44ab198142aaaa0e56b15a8b1e8ec6d781a108 /.pylintrc | |
parent | 7900f45d2d8ef566cf3f330a33364dd217a93c1d (diff) | |
download | openshift-13424ed197676c15c4721fd6cecfded4479744c3.tar.gz openshift-13424ed197676c15c4721fd6cecfded4479744c3.tar.bz2 openshift-13424ed197676c15c4721fd6cecfded4479744c3.tar.xz openshift-13424ed197676c15c4721fd6cecfded4479744c3.zip |
Start requiring Ansible 2.4
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -214,7 +214,8 @@ ignore-mixin-members=yes # (useful for modules/projects where namespaces are manipulated during runtime # and thus existing member attributes cannot be deduced by static analysis. It # supports qualified module names, as well as Unix pattern matching. -ignored-modules= +# Ignoring ansible.constants to suppress `no-member` warnings +ignored-modules=ansible.constants # List of classes names for which member attributes should not be checked # (useful for classes with attributes dynamically set). This supports can work |