aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorColin Wilk <colin.wilk@tum.de>2023-06-15 22:32:24 +0200
committerColin Wilk <colin.wilk@tum.de>2023-06-15 22:37:25 +0200
commitcb503dc08f1c1b447d869d48e57069156574a1fd (patch)
tree8284546326cf99c66097c589808f0824a1eaa754
parent232bdca2add4253981b0873188663069f74a0610 (diff)
downloadansible-role-prometheus-target-cb503dc08f1c1b447d869d48e57069156574a1fd.tar.gz
ansible-role-prometheus-target-cb503dc08f1c1b447d869d48e57069156574a1fd.zip
Remove multiline string indentation check for yamllint
Removing this so that multiline strings (and jinja code especially) can be formatted in a more readable way. Signed-off-by: Colin Wilk <colin.wilk@tum.de>
-rw-r--r--.yamllint2
1 files changed, 1 insertions, 1 deletions
diff --git a/.yamllint b/.yamllint
index 8551271..f8c1757 100644
--- a/.yamllint
+++ b/.yamllint
@@ -43,7 +43,7 @@ rules:
indentation:
spaces: 2
indent-sequences: true
- check-multi-line-strings: true
+ check-multi-line-strings: false
trailing-spaces: {}