diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..52b49ba --- /dev/null +++ b/.yamllint @@ -0,0 +1,17 @@ +--- +rules: + line-length: + max: 120 + allow-non-breakable-words: true + allow-non-breakable-inline-mappings: true + indentation: + spaces: consistent + comments: + require-starting-space: true + document-start: + present: true + empty-lines: + max: 1 + +ignore: + - '.tekton55/*.yaml'