Skip to content

fix: yamllint line-length warning#233

Merged
clouddrove-ci merged 1 commit intomasterfrom
fix/yamllint-line-length
Aug 25, 2025
Merged

fix: yamllint line-length warning#233
clouddrove-ci merged 1 commit intomasterfrom
fix/yamllint-line-length

Conversation

@Sunny-Mor
Copy link
Copy Markdown
Contributor

what

  • Updated the YAML linter configuration for line-length.
  • Added max: 450 along with level: warning to enforce a soft line length limit.
  • Ensures that lines exceeding 450 characters now trigger a warning instead of being unchecked.

why

  • Earlier config only had level: warning without a max, so line length was not being validated.
  • Setting max: 450 makes the rule meaningful and ensures code readability standards are followed.
  • Warnings (instead of errors) help developers stay informed without blocking commits/PRs.

references

Related YAML linting rule docs: yamllint rules - line-length

@clouddrove-ci clouddrove-ci merged commit 05e9ff8 into master Aug 25, 2025
1 check passed
@clouddrove-ci clouddrove-ci deleted the fix/yamllint-line-length branch August 25, 2025 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants