Skip to content

Commit

Permalink
Disable line length check again.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed May 26, 2024
1 parent 1ad1bdf commit 74b3d4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ skip_list:
- experimental
- name[template] # https://ansible-lint.readthedocs.io/rules/name/
- var-naming[no-role-prefix] # We do believe, that our naming which exceeds this rules requirements is sound
- yaml[line-length]

# # Any rule that has the 'opt-in' tag will not be loaded unless its 'id' is
# # mentioned in the enable_list:
Expand Down
6 changes: 3 additions & 3 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ rules:
key-duplicates: enable
# 160 chars was the default used by old E204 rule, but
# you can easily change it or disable in your .yamllint file.
# line-length: disable
line-length:
max: 170
line-length: disable
# line-length:
# max: 160
new-line-at-end-of-file: enable
new-lines:
type: unix
Expand Down

0 comments on commit 74b3d4b

Please sign in to comment.