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

Fix: enable @scope/plugin/ruleId-style specifier (refs #6362) #6939

Merged
merged 1 commit into from
Aug 23, 2016

Conversation

mysticatea
Copy link
Member

Refs #6362.

This PR just adds the support of @scope/plugin/rule-style rule specifiers.

@eslintbot
Copy link

LGTM

@mention-bot
Copy link

@mysticatea, thanks for your PR! By analyzing the annotation information on this pull request, we identified @nzakas, @lo1tuma and @IanVS to be potential reviewers

} catch (err) {
debug("Failed to load plugin eslint-plugin-" + pluginNameWithoutPrefix + ". Proceeding without it.");
debug("Failed to load plugin " + longName + ". Proceeding without it.");
Copy link
Member

Choose a reason for hiding this comment

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

Unrelated to this PR, but I'm not sure "Proceeding without it." makes sense here since we're throwing an exception and killing the CLIEngine process. If you agree, I can make an issue about fixing that debug statement.

Copy link
Member Author

Choose a reason for hiding this comment

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

I will fix it additionally in this PR.
Is it OK that I simply remove Proceeding without it.?

Copy link
Member

Choose a reason for hiding this comment

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

I'm okay with it, but you may want a second opinion. Thanks!

On Aug 19, 2016 9:32 AM, "Toru Nagashima" notifications@github.com wrote:

In lib/config/plugins.js
#6939 (comment):

         } catch (err) {
  •            debug("Failed to load plugin eslint-plugin-" + pluginNameWithoutPrefix + ". Proceeding without it.");
    
  •            debug("Failed to load plugin " + longName + ". Proceeding without it.");
    

I will fix it additionally in this PR.
Is it OK that I simply remove Proceeding without it.?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/eslint/eslint/pull/6939/files/fe9d2f7e3dd14558c2df35d55dda4691ded1f888#r75491658,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AARWeqzbyDlDnr-QSvxMbISzBGwUW7-Mks5qhb5jgaJpZM4Jogs2
.

@eslintbot
Copy link

LGTM

@nzakas
Copy link
Member

nzakas commented Aug 19, 2016

Lgtm, just waiting another day so others can review.

@platinumazure
Copy link
Member

LGTM. @nzakas want to merge?

@nzakas nzakas merged commit 3a1763c into master Aug 23, 2016
@mysticatea mysticatea deleted the issue6362 branch August 23, 2016 21:30
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Feb 6, 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 6, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants