Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update file line terminator from CRLF to LF #706

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

RainbowMango
Copy link
Member

What type of PR is this?

/kind cleanup

What this PR does / why we need it:
This PR twists the file line terminator from CRLF to LF.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:
Find the file with CRLF line terminator:

# find /root/go/src/github.com/karmada-io/website -type f -exec file {} \; | grep -v "vendor" | grep CRLF
/root/go/src/github.com/karmada-io/website/docs/administrator/migration/migration-from-kubefed.md: ASCII text, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/docs/administrator/security/security-considerations.md: UTF-8 Unicode text, with very long lines, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/versioned_docs/version-v1.6/administrator/migration/migration-from-kubefed.md: UTF-8 Unicode text, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/versioned_docs/version-v1.10/administrator/migration/migration-from-kubefed.md: ASCII text, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/versioned_docs/version-v1.10/administrator/security/security-considerations.md: UTF-8 Unicode text, with very long lines, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/versioned_docs/version-v1.7/administrator/migration/migration-from-kubefed.md: ASCII text, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/versioned_docs/version-v1.9/administrator/migration/migration-from-kubefed.md: ASCII text, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/versioned_docs/version-v1.9/administrator/security/security-considerations.md: UTF-8 Unicode text, with very long lines, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/versioned_docs/version-v1.11/administrator/migration/migration-from-kubefed.md: ASCII text, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/versioned_docs/version-v1.11/administrator/security/security-considerations.md: UTF-8 Unicode text, with very long lines, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/versioned_docs/version-v1.8/administrator/migration/migration-from-kubefed.md: ASCII text, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/i18n/zh/docusaurus-plugin-content-docs/version-v1.10/administrator/security/security-considerations.md: UTF-8 Unicode text, with very long lines, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/i18n/zh/docusaurus-plugin-content-docs/current/administrator/security/security-considerations.md: UTF-8 Unicode text, with very long lines, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/i18n/zh/docusaurus-plugin-content-docs/version-v1.9/administrator/security/security-considerations.md: UTF-8 Unicode text, with very long lines, with CRLF line terminators
/root/go/src/github.com/karmada-io/website/i18n/zh/docusaurus-plugin-content-docs/version-v1.11/administrator/security/security-considerations.md: UTF-8 Unicode text, with very long lines, with CRLF line terminators

@karmada-bot karmada-bot added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Oct 11, 2024
@karmada-bot karmada-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Oct 11, 2024
@zhzhuang-zju
Copy link
Contributor

/lgtm

@karmada-bot karmada-bot added the lgtm Indicates that a PR is ready to be merged. label Oct 11, 2024
@RainbowMango RainbowMango added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 11, 2024
@karmada-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@karmada-bot karmada-bot merged commit a192727 into karmada-io:main Oct 11, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants