fix(scripts): enforce LF line endings for shell scripts - #1609
Open
Jamie Kim (jkim323) wants to merge 3 commits into
Open
Jamie Kim (jkim323) wants to merge 3 commits into
Jamie Kim (jkim323) wants to merge 3 commits into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1609 +/- ##
=======================================
Coverage 88.10% 88.10%
=======================================
Files 279 279
Lines 23203 23203
Branches 3199 3199
=======================================
Hits 20444 20444
Misses 2071 2071
Partials 688 688
*This pull request uses carry forward flags. Click here to find out more. 🚀 New features to boost your workflow:
|
Jamie Kim (jkim323)
force-pushed
the
fix/normalize-shell-line-endings
branch
from
September 20, 2026 05:35
09b351c to
6cb9b74
Compare
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.
Pull Request
Description
Enforce LF checkouts for all tracked shell scripts, regardless of the contributor's
core.autocrlfsetting. Make the root.gitattributespolicy versionable by removingits existing
.gitignoreentry.Closes #1610
Type of Change
Component(s) Affected
infrastructure/terraform/prerequisites/- Azure subscription setupinfrastructure/terraform/- Terraform infrastructureinfrastructure/setup/- OSMO control plane / Helmworkflows/- Training and evaluation workflowstraining/- Training pipelines and scriptsdocs/- DocumentationTesting Performed
planreviewed (no unexpected changes)applytested in dev environmentsmoke_test_azure.py)Additional validation:
git diff --check origin/main...HEADpassed.shfiles contain zero carriage-return bytes.shworktree blobs match their index blobs.shfiles resolve totext: setandeol: lfDocumentation Impact
Bug Fix Checklist
Complete this section for bug fix PRs. Skip for other contribution types.
Checklist