summaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-09 14:25:53 -0500
committerRussell Teague <rteague@redhat.com>2017-11-09 15:03:18 -0500
commit13424ed197676c15c4721fd6cecfded4479744c3 (patch)
tree5f44ab198142aaaa0e56b15a8b1e8ec6d781a108 /.pylintrc
parent7900f45d2d8ef566cf3f330a33364dd217a93c1d (diff)
downloadopenshift-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--.pylintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index e85987de3..80c74b734 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -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