yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

Atom.Object.defineProperty.get is deprecated. #143

Open zebra0303 opened 9 years ago

zebra0303 commented 9 years ago

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.

Atom.Object.defineProperty.get (/opt/atom/resources/app/src/atom.js:54:11)
Object.enable (/home/larry/.atom/packages/atom-lint/lib/atom-lint.coffee:28:35)
jackmaney commented 9 years ago

I don't know about anyone else, but these deprecation issues have caused atom-lint to completely stop linting on my system (in particular, no errors are shown, even if I purposefully introduce some).

zebra0303 commented 9 years ago

Hi Jackmaney,

Thanks for your reply.

I'm using Atom on Ubuntu 14.04 and following is my atom screen shot. http://i.imgur.com/bEkBDni.png

-Larry

jackmaney commented 9 years ago

Larry,

Sorry, I'm not familiar with this codebase, and am neither a maintainer nor a developer for it. I'm just adding to your issue and stating that atom-lint doesn't work at all for me (no linting whatsoever).

zebra0303 commented 9 years ago

Oh got it.

jackmaney commented 9 years ago

Honestly, I've moved on to linter, since atom-lint has completely stopped linting (even reinstalling Atom and installing atom-lint from scratch didn't help).