Skip to content

Commit

Permalink
Update .yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jul 13, 2024
1 parent e67a7cb commit dd150cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .yamllint
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
extends: default
# https://ansible.readthedocs.io/projects/lint/rules/yaml/#octals
rules:
comments:
# https://github.com/prettier/prettier/issues/6780
Expand All @@ -10,7 +11,7 @@ rules:
# 160 chars was the default used by old E204 rule, but
# you can easily change it or disable in your .yamllint file.
line-length:
max: 160
max: 180
# We are adding an extra space inside braces as that's how prettier does it
# and we are trying not to fight other linters.
braces:
Expand Down

0 comments on commit dd150cb

Please sign in to comment.