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

Fixes #31862 - eslint error in Tasks/helpers.js #9159

Merged
merged 1 commit into from Feb 11, 2021

Conversation

jturel
Copy link
Member

@jturel jturel commented Feb 11, 2021

Looks like the recent release of eslint-plugin-promise broke us due to this change eslint-community/eslint-plugin-promise#202

While I think it could be a bug there, we can easily fix it to keep our builds passing and PRs merging, so that's what this PR does :)

@theforeman-bot
Copy link

Issues: #31862

@xjamundx
Copy link

xjamundx commented Feb 11, 2021

I mean you could consider disabling the rule until we figure out a solution. It's just really hard to tell the difference between "looping over a list of error objects" and "waiting for the results of an async callback". We're having a discussion about it here eslint-community/eslint-plugin-promise#212

@jturel jturel merged commit 1db3d50 into Katello:master Feb 11, 2021
@jturel jturel deleted the eslint_error branch February 11, 2021 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants