mainmatter / ember-intl-analyzer

Find missing or unused translations in your Ember.js projects
MIT License
48 stars 14 forks source link

Use as part of linting #642

Closed amk221 closed 1 year ago

amk221 commented 1 year ago

I'd like to use this as part of npm run lint command, (which does the usual css, js, hbs)

For it to be useful, ember-intl-analyzer would need to return an error rather than a warning.

Perhaps a flag would help for this?

amk221 commented 1 year ago

My bad, seems to already do that