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

✏️ Change newline char (0x0D 0x0A -> 0x0A) #118

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

hahwul
Copy link
Owner

@hahwul hahwul commented Jul 23, 2024

yamlint uses the Unix standard line ending (0x0a), but files created on Windows use 0x0d 0x0a for line endings, causing the linting process to fail. This needs to be fixed.

Fixed with sed -i '' 's/\r$//' gRPC-Pentest-Suite.yaml command.

@hahwul hahwul self-assigned this Jul 23, 2024
@hahwul hahwul merged commit 36e016b into main Jul 23, 2024
3 checks passed
@hahwul hahwul deleted the fixed-newline branch July 23, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant