-
Notifications
You must be signed in to change notification settings - Fork 33
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 non-functional linting warnings #183
Fix non-functional linting warnings #183
Conversation
Signed-off-by: gatici <gulsum.atici@canonical.com>
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
retest this please |
Do you need this to be reviewed ? |
test this please |
retest this please |
@gatici, please double check this PR because it looks like
I am making a couple modifications to see if the issue can be directly addressed from the PR |
Remove entry that was added
Remove entry that was added
test this please |
@@ -187,8 +186,8 @@ func getSvcMsgType(nfType models.NfType) svcmsgtypes.SmfMsgType { | |||
} | |||
|
|||
func SendNrfForNfInstance(nrfUri string, targetNfType, requestNfType models.NfType, | |||
param *Nnrf_NFDiscovery.SearchNFInstancesParamOpts) (models.SearchResult, error) { | |||
|
|||
param *Nnrf_NFDiscovery.SearchNFInstancesParamOpts, |
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.
Why is this comma ,
added in here?
@gatici, how did you install |
Hi @gab-arrobo |
Hi @gatici, thanks for the link. Based on what I am reading, Moreover, when downloading the binary from the link you provided, I still cannot replicate your PR. Here are the steps I followed:
|
Hello @gab-arrobo After rebasing on master, I can not reproduce it. The reason is https://github.com/omec-project/smf/pull/182/files# is disabled all the linters in .golangci.yml. After merging PR 182, this PR become invalid. I will close it at the moment. |
Fixing whitespace and import order warnings by running following command. This PR does not affect the code functionality.