Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Setup caching mechanism based on test generator being used. #15

Closed
rwjblue opened this issue Aug 14, 2016 · 2 comments
Closed

Setup caching mechanism based on test generator being used. #15

rwjblue opened this issue Aug 14, 2016 · 2 comments
Labels

Comments

@rwjblue
Copy link
Member

rwjblue commented Aug 14, 2016

Since the generated linting files are actually the emitted output of the provided test generator, we need to ensure to entangle the tree generated by the lintTree hook with the currently in use test generator.

This will require some coordination amongst ember-cli-qunit and ember-cli-mocha (as well as a similar update in ember-cli-eslint).

@rwjblue
Copy link
Member Author

rwjblue commented Aug 14, 2016

I believe that we should hang a .baseDir() and .cacheKey() off of the test generator function (which is setup in ember-cli-qunit and ember-cli-mocha), and then use that for the generated lint tree.

@Turbo87
Copy link
Member

Turbo87 commented May 27, 2017

FWIW porting ember-cli/ember-cli-eslint#176 to this addon should solve this issue too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants