From ac305eebee588a9d7a5392c0d0d749fe35e88387 Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Tue, 13 Jun 2023 13:42:45 +0200 Subject: [PATCH] Modernise ansible-lint config --- .ansible-lint | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 5f1bb03..0592f5e 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,9 +1,13 @@ -parseable: true -quiet: true +--- + use_default_rules: true +warn_list: + - experimental + - jinja[spacing] + - fqcn[action-core] + - fqcn[action] + - name[casing] + - name[missing] + skip_list: - - '204' # line length is checked by yamllint - - '401' # git checkout must contain explicit version - - '701' # 7xx is about ansible galaxy guidelines - - '702' - - '703' + - role-name -- GitLab