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

Useless bind call in cli-engine #1181

Closed
madbence opened this issue Aug 23, 2014 · 0 comments · Fixed by #1182
Closed

Useless bind call in cli-engine #1181

madbence opened this issue Aug 23, 2014 · 0 comments · Fixed by #1182
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion bug ESLint is working incorrectly cli Relates to ESLint's command-line interface

Comments

@madbence
Copy link
Contributor

https://github.com/eslint/eslint/blob/master/lib/cli-engine.js#L175

The function doesn't use this, so the bind call is useless.

madbence added a commit to madbence/eslint that referenced this issue Aug 23, 2014
nzakas added a commit that referenced this issue Aug 24, 2014
Fix: Useless bind call in cli-engine (fixes #1181)
brandynbennett pushed a commit to brandynbennett/eslint that referenced this issue Aug 24, 2014
emilbayes pushed a commit to emilbayes/eslint that referenced this issue Sep 3, 2014
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 7, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Feb 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion bug ESLint is working incorrectly cli Relates to ESLint's command-line interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants