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

Update golangci lint config #669

Merged
merged 3 commits into from
Mar 13, 2023
Merged

Update golangci lint config #669

merged 3 commits into from
Mar 13, 2023

Conversation

sergiught
Copy link
Contributor

🔧 Changes

This updates the golangci lint config to stop ignoring all revive issues so we can fix a couple of them. More fix PRs coming soon, trying to keep PRs small.

📚 References

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@sergiught sergiught marked this pull request as ready for review March 13, 2023 12:33
@sergiught sergiught requested a review from a team as a code owner March 13, 2023 12:33
@@ -5,15 +5,19 @@ import (
)

var (
// EmptyExample ...
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's complete these.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was actually thinking about bringing the internal/users package inside the internal/cli/data pkg and then make these private, as they're pretty self explanatory, wdyt?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I completed the comments for now tho: 014023f (#669).

Copy link
Contributor

Choose a reason for hiding this comment

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

I was actually thinking about bringing the internal/users package inside the internal/cli/data pkg and then make these private, as they're pretty self explanatory, wdyt?

Yeah, no need to have them be public.

Base automatically changed from patch/ul-deps-byebye to main March 13, 2023 12:53
@sergiught sergiught force-pushed the patch/fix-linter-settings branch from 149995d to 014023f Compare March 13, 2023 12:55
@sergiught sergiught requested a review from Widcket March 13, 2023 12:56
@sergiught sergiught merged commit f4f021a into main Mar 13, 2023
@sergiught sergiught deleted the patch/fix-linter-settings branch March 13, 2023 13:25
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.

3 participants