- Sep 22, 2023
-
-
Evangelos Foutras authored
No way we're fixing 47 of these linting errors which seem unimportant.
-
- Oct 07, 2022
-
-
Evangelos Foutras authored
This format is too pervasive in our infra code, no way we're fixing all 824 instances. (At least not without a notably increased snack budget.)
-
Evangelos Foutras authored
We were already ignoring fqcn-builtins which is now an alias for fqcn[action-core] in ansible-lint 6.8.0. The latter started complaining about fqcn[action] as well, so just opt out of all fqcn checks.
-
Evangelos Foutras authored
-
- May 21, 2022
-
-
Evangelos Foutras authored
The "line-length" and "braces" rules are now named "yaml[line-length]" and "yaml[braces]" respectively. https://github.com/ansible/ansible-lint/pull/2148
-
- Mar 24, 2022
-
-
Evangelos Foutras authored
To be determined if we want to implement this rule.
-
- Mar 01, 2021
-
-
Jelle van der Waa authored
-
- Feb 14, 2021
-
-
Kristian Klausen authored
yaml: truthy value should be one of [false, true] (truthy) yaml: wrong indentation: expected 4 but found 2 (indentation) yaml: too few spaces before comment (comments) yaml: missing starting space in comment (comments) yaml: too many blank lines (1 > 0) (empty-lines) yaml: too many spaces after colon (colons) yaml: comment not indented like content (comments-indentation) yaml: no new line character at the end of file (new-line-at-end-of-file) load-failure: Failed to load or parse file parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
-
Kristian Klausen authored
-
- Jun 22, 2020
-
-
Sven-Hendrik Haase authored
-
- Jun 17, 2020
-
-
fixes #41
-
- May 10, 2020
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@archlinux.org>
-