atom / deprecation-cop

Shows a list of deprecated calls
MIT License
12 stars 19 forks source link

Not warning about `.editor` selectors in keymaps #17

Closed nathansobo closed 9 years ago

marshall007 commented 9 years ago

It looks like deprecated selectors in ~/.atom/styles.less are also not reported.

maxbrunsfeld commented 9 years ago

@marshall007 can you open a separate issue for this? Currently, we make no effort to lint the user's own configuration: only packages. But it probably makes sense to warn individual users that their config will eventually stop working.