diff --git a/.yamllint b/.yamllint index b7e17e0288..7792649366 100644 --- a/.yamllint +++ b/.yamllint @@ -18,4 +18,8 @@ rules: ignore-shebangs: true min-spaces-from-content: 1 empty-lines: - max: 5 \ No newline at end of file + max: 5 + braces: + forbid: true + brackets: + forbid: true \ No newline at end of file