Skip to content

Conversation

@patricios-space
Copy link
Collaborator

No description provided.


// if the dictionary is empty, we get back nil
if len(sourceConfigsGot) == 0 {
//nolint:nilnil // returning nil map is acceptable here?
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Shouldn't we return an empty map?

Comment on lines +624 to 625
//nolint:nilnil // returning nil map is acceptable here?
return nil, nil
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Shouldn't we return an empty map?

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.

1 participant