From 24db3f89537551613af0d742ec62669c9f0beda0 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 29 Aug 2019 14:35:40 +0300 Subject: [PATCH] Adds ansible-lint to the blacklist Avoids check-requirements failure regarding usage of ansible-lint. Needed-By: https://review.opendev.org/679101 Needed-By: https://review.opendev.org/679105 Change-Id: I36602e2f4ca1542b6c60df1ae9fcdc551451a3e0 --- blacklist.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/blacklist.txt b/blacklist.txt index 659c17b42d..7fc6643641 100644 --- a/blacklist.txt +++ b/blacklist.txt @@ -1,6 +1,7 @@ # linters - each project may have a different version with loose convergence # over time. astroid +ansible-lint bandit flake8 flake8-docstrings