facebookarchive/atom-ide-ui

Only show lint errors on save?

Open

#72 aperta il 4 ott 2017

Vedi su GitHub
 (2 commenti) (15 reazioni) (0 assegnatari)JavaScript (110 fork)batch import
diagnosticsenhancementhelp wanted

Metriche repository

Star
 (937 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor