fix(ci): break long compileall line to pass yamllint#501
Merged
alirezarezvani merged 1 commit intodevfrom Apr 8, 2026
Merged
Conversation
PR Review: fix(ci): break long compileall line to pass yamllintSummary: Minimal, focused fix for a yamllint line-length violation. No functional changes. Code Quality ✅The change is correct and clean:
Potential Issues — None
Suggestions (non-blocking)Consider keeping the line continuation grouping consistent with the repo's domain structure — e.g. one line per logical domain cluster. The current grouping (marketing+product+c-level / engineering+ra+eng / biz+fin+pm+scripts) works fine but is slightly arbitrary. Not a blocker. VerdictApprove. This is a clean, minimal CI fix with no risk of regression. The test plan items (yamllint pass + same directories compiled) are straightforward to verify in CI. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n\n- Splits the
python -m compileallcommand inci-quality-gate.ymlacross multiple lines to stay under the 160-character yamllint limit (was 166 chars)\n- This was a pre-existing issue surfaced after the fork PR checkout fix in #499\n\n## Test plan\n\n- [ ] Verify yamllint passes on all workflow files\n- [ ] Verifypython -m compileallstill compiles the same directories\n\nhttps://claude.ai/code/session_01X1RKFAkEwxgg6gQvJG1KCa