summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-06-17 18:22:41 +0200
committerMatt Clay <matt@mystile.com>2020-06-17 19:10:17 +0200
commit8152d8bc1a0981230d43b0e3e54085912193eb9b (patch)
tree008fc7685c6725958f0286131f93c6b407372b88 /changelogs
parentAdd an author exception for OpenStack Ansible SIG (diff)
downloadansible-8152d8bc1a0981230d43b0e3e54085912193eb9b.tar.xz
ansible-8152d8bc1a0981230d43b0e3e54085912193eb9b.zip
Disabled inconsistent pylint checks.stable-2.10-branchpoint
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-sanity-pylint-config-fix.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-sanity-pylint-config-fix.yml b/changelogs/fragments/ansible-test-sanity-pylint-config-fix.yml
new file mode 100644
index 0000000000..5e863d0572
--- /dev/null
+++ b/changelogs/fragments/ansible-test-sanity-pylint-config-fix.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - ansible-test - Disabled the ``duplicate-code`` and ``cyclic-import`` checks for the ``pylint`` sanity test due to inconsistent results.