facebookarchive/atom-ide-ui

Only show lint errors on save?

Open

#72 建立於 2017年10月4日

在 GitHub 查看
 (2 留言) (15 反應) (0 負責人)JavaScript (937 star) (110 fork)batch import
diagnosticsenhancementhelp wanted

描述

Description

I have the linter package disabled, and have the atom-ide-ui package installed along with linter-js-standard. From what I understand, the linter-* packages are compatible with atom-ide-ui, however the errors from the linter-js-standard always show on code change instead of waiting for me to save the file. When using the old linter package, it had an option that allowed you to customize this behavior:

However, I don't believe atom-ide-ui allows you to configure this (except for code formatting).

Expected Behavior

atom-ide-ui should give you an option to allow errors from linter-* packages to only show on save.

Actual Behavior

Errors from linter-* packages always show on change.

Versions

  • Atom: 1.20.1
  • Client OS: macOS Sierra 10.12.6
  • atom-ide-ui: 0.4.0

Additional Details

  • Installed packages (apm ls --installed): Gist

貢獻者指南