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

Code enhancement: applied sonarqube recommendations #3798

Merged
merged 4 commits into from
Oct 11, 2019

Conversation

pemoreau
Copy link
Contributor

Improved code and fixed 2 potential bugs

@pemoreau pemoreau added the RFR Ready For Review label Oct 10, 2019
@pemoreau pemoreau added this to the 3.0.0 milestone Oct 10, 2019
@@ -185,7 +185,7 @@ const buildGetListVariables = introspectionResults => (
};
};

const buildCreateUpdateVariables = () => (
const buildCreateUpdateVariables = (
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems to be totally different, it used to be a function.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, but it was immediately called with a useless argument, thus I removed one level of function call.

@fzaninotto fzaninotto merged commit a887d3e into next Oct 11, 2019
@fzaninotto fzaninotto deleted the code-enhancement-sonarqube-recommendations branch October 11, 2019 09:53
@fzaninotto
Copy link
Member

Thanks!

@fzaninotto fzaninotto removed the RFR Ready For Review label Oct 11, 2019
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