-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix linter issues #1325
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
base: master
Are you sure you want to change the base?
fix linter issues #1325
Conversation
|
Ping @dhui |
dhui
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@HaraldNordgren Thanks for the PR but we're unable to merge this as it's a breaking change.
database/util.go
Outdated
|
|
||
| // GenerateAdvisoryLockId inspired by rails migrations, see https://goo.gl/8o9bCT | ||
| func GenerateAdvisoryLockId(databaseName string, additionalNames ...string) (string, error) { // nolint: golint | ||
| // GenerateAdvisoryLockID inspired by rails migrations, see https://goo.gl/8o9bCT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, this is a breaking change. e.g. there may be unknown dependent packages that use this function
|
@dhui Ah! Fair enough, I can scale back that change! |
3b0d424 to
6ea7216
Compare
|
@dhui Updated! Can you take another look? |
6ea7216 to
1ee8337
Compare
No description provided.