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 the lint issues #39

Closed
wants to merge 4 commits into from

Conversation

ramya-bangera
Copy link

@ramya-bangera ramya-bangera commented Oct 10, 2024

  1. fix errcheck in main.go - check return value of viper.BindPFlags
  2. fix v in config.go - added nolint to config.go to escape from lint issues as it contains unused variables. This file can even be removed from repo if not needed

cmd/migrate/main.go Outdated Show resolved Hide resolved
1. fix errcheck in main.go - check return value of `viper.BindPFlags`
2. fix v in config.go - added nolint to config.go to escape from lint issues as it contains unused variables. This file can even be removed from repo if not needed
@ramya-bangera ramya-bangera changed the title Fix unit test failure and linter issue Fix the lint issues Oct 17, 2024
@ramya-bangera
Copy link
Author

Closing as this requires a full merge from upstream

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