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. #154

Closed megheaiulian closed 6 years ago

megheaiulian 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 (C:\Users\Iulian\AppData\Local\atom\app-0.188.0\resources\app\src\atom.js:54:11)
LintStatusView.getActiveLintRunner (C:\Users\Iulian\.atom\packages\atom-lint\lib\lint-status-view.coffee:27:22)