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 linting errors based on golint #40

Merged
merged 5 commits into from
Feb 1, 2021
Merged

Conversation

raulb
Copy link
Member

@raulb raulb commented Jan 29, 2021

Description of change

Starting to work on this project, I noticed linting errors thrown by golint. This PR fixes them all.

It also adds CODEOWNERS.

Type of change

  • New feature
  • Bug fix
  • Refactor
  • Documentation

How was this tested?

  • Unit Tests
  • Deployed to staging

cmd/auth.go Show resolved Hide resolved
cmd/auth.go Outdated Show resolved Hide resolved
@raulb
Copy link
Member Author

raulb commented Feb 1, 2021

Enabling golangci-lint locally throws currently 45 exceptions.

Fixing them all now would take a considerable amount of time, and I'm prioritising other things such as tests and new features part of our MVP so I'm calling this PR done.

Once those exceptions are fixed (or softened) we could enable a GitHub action to make sure there are no regressions.

Shipping this PR for now.

@raulb raulb merged commit f8b9116 into master Feb 1, 2021
@raulb raulb deleted the raul/fixes-linting-errors branch February 1, 2021 11:55
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