From a3a4ba3369872c700735bbcdda4f77b5ab5f071f Mon Sep 17 00:00:00 2001 From: Akash Date: Wed, 24 Jun 2020 02:07:28 +0530 Subject: [PATCH 1/4] Fix Typo In .ansible-lint.yml fixed a typo of that to then and added a comma between push and add. --- TEMPLATES/.ansible-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEMPLATES/.ansible-lint.yml b/TEMPLATES/.ansible-lint.yml index 0007c68d..a84da4b0 100644 --- a/TEMPLATES/.ansible-lint.yml +++ b/TEMPLATES/.ansible-lint.yml @@ -29,9 +29,9 @@ quiet: true ################ skip_list: - '602' # Allow compare to empty string - - '204' # Allow string length greater that 160 chars + - '204' # Allow string length greater than 160 chars - '301' # False positives for running command shells - - '303' # Allow git commands for push add, etc... + - '303' # Allow git commands for push, add, etc... - '305' # Allow use of shell when you want - '503' # Allow step to run like handler From 01a32fba76f165d32d2b835eb21bef05aec18e91 Mon Sep 17 00:00:00 2001 From: Akash Date: Wed, 24 Jun 2020 02:25:33 +0530 Subject: [PATCH 2/4] Fixed Typo is examples -> are examples --- docs/disabling-linters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index 0efb4d27..567a6e2a 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -1,7 +1,7 @@ # Disabling linters and Rules If you find you need to ignore certain **errors** and **warnings**, you will need to know the *format* to disable the **Super-Linter** rules. Below is examples and documentation for each language and the various methods to disable. - +Below are examples and documentation for each language and various methods to disable. ## Table of Linters - [Ruby](#ruby) - [Shell](#shell) From bae87a4c281819b641babe70554bcd84de16f541 Mon Sep 17 00:00:00 2001 From: Akash Date: Wed, 24 Jun 2020 10:20:54 +0530 Subject: [PATCH 3/4] Revert " Fixed Typo" This reverts commit 01a32fba76f165d32d2b835eb21bef05aec18e91. --- docs/disabling-linters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index 567a6e2a..0efb4d27 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -1,7 +1,7 @@ # Disabling linters and Rules If you find you need to ignore certain **errors** and **warnings**, you will need to know the *format* to disable the **Super-Linter** rules. Below is examples and documentation for each language and the various methods to disable. -Below are examples and documentation for each language and various methods to disable. + ## Table of Linters - [Ruby](#ruby) - [Shell](#shell) From 0ec783ee6c4ff0453cd3f358b57360a052bc7a5a Mon Sep 17 00:00:00 2001 From: Akash Date: Wed, 24 Jun 2020 10:22:43 +0530 Subject: [PATCH 4/4] Fix typo is examples -> are examples --- docs/disabling-linters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index 0efb4d27..c738bdbd 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -1,6 +1,6 @@ # Disabling linters and Rules If you find you need to ignore certain **errors** and **warnings**, you will need to know the *format* to disable the **Super-Linter** rules. -Below is examples and documentation for each language and the various methods to disable. +Below are examples and documentation for each language and the various methods to disable. ## Table of Linters - [Ruby](#ruby)