From db1e526f0c9f33f56c2166e3c841b621fe9b5468 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sun, 8 Oct 2023 22:44:24 +1300 Subject: [PATCH] Make linter a little more strict --- .ansible-lint | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 608474c..7a55960 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -4,8 +4,3 @@ skip_list: # or 'skip_list' to silence them completely - experimental # all rules tagged as experimental - unnamed-task # All tasks should be named - fqcn-builtins - -warn_list: - - name[casing] - - var-naming[pattern] - - no-free-form \ No newline at end of file