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

Refactoring #327

Merged
merged 5 commits into from
Mar 6, 2023
Merged

Refactoring #327

merged 5 commits into from
Mar 6, 2023

Conversation

fritterhoff
Copy link

I prefer to enable some more linters ;)

@coveralls
Copy link

Coverage Status

Coverage: 71.026%. Remained the same when pulling d2cd308 on fritterhoff:refactoring into 3e0ee47 on joohoi:refactoring.

Copy link
Owner

@joohoi joohoi left a comment

Choose a reason for hiding this comment

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

Looks good, the only thing I'm a bit unsure of is committing IDE configs to a repo. Seeing that it is merely a go language server configuration, it might be ok but I wonder if this was intentional?

Also sorry about the merge conflicts, I added a small fix to remove one dangling reference to the old logging package that was in use.

@fritterhoff
Copy link
Author

Looks good, the only thing I'm a bit unsure of is committing IDE configs to a repo. Seeing that it is merely a go language server configuration, it might be ok but I wonder if this was intentional?

Yep. Thats intentional, so vs code formats the files correctly on saving. Otherwise the default settings would be applied and the imports would be sorted in the default order. I prefer to group local packages.

Copy link
Owner

@joohoi joohoi left a comment

Choose a reason for hiding this comment

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

Sorry for the delay, LGTM & merging

Do you feel that there's something missing from being ready to migrate to the new organization?

@joohoi joohoi merged commit 34344b1 into joohoi:refactoring Mar 6, 2023
danielztolnai pushed a commit to danielztolnai/acme-dns that referenced this pull request Mar 27, 2024
* chore: enable more linters and fix linter issues

* ci: enable linter checks on all branches and disable recurring checks

recurring linter checks don't make that much sense. The code & linter checks should not change on their own over night ;)

* chore: update packages

* Revert "chore: update packages"

This reverts commit 30250bf.

* chore: manually upgrade some packages
@fritterhoff fritterhoff deleted the refactoring branch July 10, 2024 12:12
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

3 participants