From 3cb42de4eb297a154a1e80394042b3e985d48bf2 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Mon, 22 Nov 2021 17:29:25 +0100 Subject: [PATCH] Update sanity ignore file Updating the file to ansible-lint 2.12 and also adding the use-a-generator for sova.py Change-Id: I7f7802c873bf030bc15eba619dd5917680da69ff --- tests/sanity/ignore-2.10.txt | 1 + tests/sanity/ignore-2.12.txt | 1 + 2 files changed, 2 insertions(+) create mode 120000 tests/sanity/ignore-2.12.txt diff --git a/tests/sanity/ignore-2.10.txt b/tests/sanity/ignore-2.10.txt index 83ff2bf..394b432 100644 --- a/tests/sanity/ignore-2.10.txt +++ b/tests/sanity/ignore-2.10.txt @@ -2,3 +2,4 @@ plugins/modules/ara_graphite.py validate-modules:missing-gplv3-license plugins/modules/ara_influxdb.py validate-modules:missing-gplv3-license plugins/modules/flatten_nested_dict.py validate-modules:missing-gplv3-license plugins/modules/sova.py validate-modules:missing-gplv3-license +plugins/modules/sova.py pylint:use-a-generator diff --git a/tests/sanity/ignore-2.12.txt b/tests/sanity/ignore-2.12.txt new file mode 120000 index 0000000..0c39ad8 --- /dev/null +++ b/tests/sanity/ignore-2.12.txt @@ -0,0 +1 @@ +ignore-2.10.txt \ No newline at end of file