ember-cli / ember-cli-deprecation-workflow

MIT License
165 stars 43 forks source link

Config option for enabling/disabling the add-on. #88

Closed himynameisjonas closed 3 years ago

himynameisjonas commented 4 years ago

This allows the addon to be enabled / disabled through configuration in ember-cli-build.js:

'ember-cli-deprecation-workflow': {
  enabled: true,
},

Useful when your app doesn't include test files in the development environment.

Based on @GavinJoyce's fork.

mixonic commented 3 years ago

Excellent! Thanks @himynameisjonas @GavinJoyce

LevelbossMike commented 3 years ago

@mixonic I was running into an issue where I disabled the tests in development and deprecation workflow wasn't working as specified in the README with version 2.0.0.

Can you please cut a release for this change when you find the time to do so? No hurry obviously but would be great if we could point to a proper release in package.json instead of a sha.

himynameisjonas commented 3 years ago

@LevelbossMike FYI there has been a new release now