Skip to content

Commit

Permalink
Line length max setting is is yaml-lint...just make 160 max
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-v committed Dec 22, 2023
1 parent 9da719a commit 33f62a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ extends:

rules:
{
'max-len': 'off',
'camelcase': 'off',
'eslint-comments/no-use': 'off',
'eslint-comments/no-unused-disable': 'off',
Expand Down
2 changes: 1 addition & 1 deletion .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ rules:
present: false
line-length:
level: warning
max: 80
max: 160
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true

0 comments on commit 33f62a8

Please sign in to comment.