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 linter errors #556

Merged
merged 14 commits into from
Apr 16, 2024
Merged

Fix linter errors #556

merged 14 commits into from
Apr 16, 2024

Conversation

Kiyo510
Copy link
Contributor

@Kiyo510 Kiyo510 commented Apr 14, 2024

What I did

  • Please See commit log

    • The following lint error, which was difficult to fix right now, has been ignored for now.
      • deep-exit: calls to log.Fatal only in main() or init() functions (revive)
      • some function has cyclomatic complexity 39 (> max enabled 25) (revive)
  • ref: before fix lint errors

Thank you for your confirmation!

Related issue

Fixes #553 .

@Kiyo510 Kiyo510 changed the title lint: fix "File is not goimports-ed (goimports)" #553 Fix linter errors Apr 14, 2024
@Kiyo510 Kiyo510 changed the title #553 Fix linter errors Fix linter errors Apr 14, 2024
@Kiyo510
Copy link
Contributor Author

Kiyo510 commented Apr 14, 2024

For some reason the test seems to be failing, I will check tomorrow! 🙏

@Kiyo510 Kiyo510 force-pushed the fix-linter-errors branch 2 times, most recently from 7bc6fb8 to d37bcf4 Compare April 16, 2024 13:36
@Kiyo510 Kiyo510 marked this pull request as ready for review April 16, 2024 14:11
@Kiyo510
Copy link
Contributor Author

Kiyo510 commented Apr 16, 2024

Hi,@yohamta.
Thank you for waiting.
I have completed the implementation and would appreciate a code review.

During the implementation I noticed that there was a problem with the data race, so I created an issue. Please check it out.
#557

Copy link
Collaborator

@yohamta yohamta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you so much for your hard work. The code looks much better now!

@yohamta yohamta merged commit 37519ea into dagu-org:main Apr 16, 2024
3 of 4 checks passed
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.

Fix linter errors
2 participants