-
Notifications
You must be signed in to change notification settings - Fork 8
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
ignores config/dependency-lint in an addon #16
Comments
I was able to get this working by putting the config in the dummy app. It raises a question for me though. Should this config be in the top-level |
A year later and it happened to me again. Luckily google brought me back here. Any thoughts on a solution? |
The configuration needs to be in the dummy app config folder, see salsify/ember-cli-dependency-lint#16. Also, the configuration of ember-changeset and ember-changeset-validations was obsolete since we updated this a while ago.
The configuration needs to be in the dummy app config folder, see salsify/ember-cli-dependency-lint#16. Also, the configuration of ember-changeset and ember-changeset-validations was obsolete since we updated this a while ago.
The config should be located in dummy app of an addon. The config is not for the addon but for the dummy app, which is used in testing. That gets clear when migrating to v2 addon format. Other config files have been moved in the meantime as well: https://github.com/ember-cli/ember-addon-output/tree/v5.4.0/tests/dummy/config The root |
Getting version conflict issues for
ember-assign-polyfill
. Tried putting config in main addon and in dummy app, with no difference.Tried both of these:
I still get a failing test in both versions.
ember-cli 3.7.1
ember-cli-dependency-lint: 1.1.3
The text was updated successfully, but these errors were encountered: