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

Fix: Lint Errors #178

Merged
merged 14 commits into from
Jan 26, 2024
Merged

Fix: Lint Errors #178

merged 14 commits into from
Jan 26, 2024

Conversation

gluax
Copy link
Contributor

@gluax gluax commented Jan 22, 2024

Motivation

To fix all the lint errors.

Explanation of Changes

I tried my best to fix all the lint issues; however, here are some notes:

  • I wasn't sure in which places to use log.Fatal vs panic. I tried to look at the function for context, but please double-check.
  • Some things required comments, but I did my best to describe what was happening according to my understanding.
  • Anything unused, I gave the reason unused, but maybe we can remove some of it or add better explanations on why it's unused.
  • I also updated the lint action since it gave an outdated warning in the lint ci.

I think everything else was fairly straightforward.

Testing

I am about to see if the CI passes still lol.

Related PRs and Issues

Closes #169

(Link your related PRs and Issues here)

@gluax gluax requested review from hacheigriega and jim380 January 22, 2024 23:34
@gluax gluax self-assigned this Jan 22, 2024
@jim380 jim380 mentioned this pull request Jan 26, 2024
@jim380 jim380 assigned jim380 and unassigned gluax Jan 26, 2024
@jim380 jim380 merged commit e847498 into main Jan 26, 2024
7 checks passed
@jim380 jim380 deleted the fix/lint-errors branch January 26, 2024 23:17
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.

🔧 Get Lint to Pass in CI
2 participants