From 9ccc24edf29112d29a58f2433f7567206d87f50b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 7 Jun 2024 07:03:56 +0200 Subject: [PATCH] Add basic ansible-lint config. --- .ansible-lint | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .ansible-lint diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..7f470fa --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,10 @@ +--- +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-FileCopyrightText: 2024, Ansible Project + +skip_list: + - meta-runtime[unsupported-version] # Tis rule doesn't make any sense + - fqcn[deep] # This rule produces false positives for files in tests/unit/plugins/action/fixtures/ +exclude_paths: + - changelogs/