Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Update to new plugin infrastructure #591

Merged
merged 2 commits into from
Oct 24, 2017
Merged

Update to new plugin infrastructure #591

merged 2 commits into from
Oct 24, 2017

Conversation

daffl
Copy link
Member

@daffl daffl commented Oct 24, 2017

statements: [50, 80]
Copy link
Member

Choose a reason for hiding this comment

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

Don't want to bump these watermarks up? I think we should aim for > 90% or >95% coverage on core modules.

Copy link
Member Author

Choose a reason for hiding this comment

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

We can do that in bulk for all repos once they are done.

@@ -1,12 +1,10 @@
.editorconfig
.jshintrc
Copy link
Member

Choose a reason for hiding this comment

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

probably need .eslintrc.yml in there instead of .jshintrc

@@ -1,107 +0,0 @@
// TODO: don't have the defs from the hooks PR yet, fix later
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, will be. I don't want to mess with our repos because TypeScript definitions are broken all the time. They'll be published separately and then pulled in.

package.json Outdated
"lint": "semistandard --fix",
"mocha": "mocha --opts mocha.opts",
"test": "npm run compile && npm run lint && npm run coverage && nsp check",
"test": "npm run lint && npm run coverage",
Copy link
Member

Choose a reason for hiding this comment

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

Are we dropping the nsp check? Does Greenkeeper cover us there?

Copy link
Member Author

Choose a reason for hiding this comment

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

Nah, good call, added it back.

Copy link
Member

@ekryski ekryski left a comment

Choose a reason for hiding this comment

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

A couple comments. Other than that, looks good.

@daffl daffl merged commit 2fcd91b into master Oct 24, 2017
@daffl daffl deleted the plugin-infrastructure branch October 24, 2017 18:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants