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

chore: fix low hang go report card issues #107

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

smsunarto
Copy link
Sponsor

@smsunarto smsunarto commented Jan 15, 2024

Overview

This PR contains some low hanging fixes that easily gets the Go report card to A+

1.gofmt -s wants EOL char to be LF instead of CRLF

This is easily fixable by running gofmt -s -w .. However, the diff is ugly making it hard to check that nothing else is getting changed.

An easy way to see the actual diff is by checking out the branch and running git diff main --ignore-space-at-eol which will ignore the EOL change diff

2. Mispelling: Attemp -> Attempt

3. Remove an usused err assignment in a test

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.

None yet

1 participant