From 13424ed197676c15c4721fd6cecfded4479744c3 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Thu, 9 Nov 2017 14:25:53 -0500 Subject: Start requiring Ansible 2.4 --- .pylintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.pylintrc') 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 -- cgit v1.2.1