Skip to content

E885: Not possible to change sign ALEErrorSign | after updating module #763

@aliev

Description

@aliev
 Current Filetype: javascript.jsx
Available Linters: ['eslint', 'flow', 'jscs', 'jshint', 'standard', 'xo']
  Enabled Linters: ['eslint']
 Linter Variables:

let g:ale_javascript_eslint_executable = 'eslint'
let g:ale_javascript_eslint_options = ''
let g:ale_javascript_eslint_use_global = 0
 Global Variables:

let g:ale_echo_cursor = 1
let g:ale_echo_msg_error_str = 'E'
let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
let g:ale_echo_msg_warning_str = 'W'
let g:ale_enabled = 1
let g:ale_fix_on_save = 0
let g:ale_fixers = {}
let g:ale_keep_list_window_open = 0
let g:ale_lint_delay = 200
let g:ale_lint_on_enter = 1
let g:ale_lint_on_save = 1
let g:ale_lint_on_text_changed = 'always'
let g:ale_linter_aliases = {}
let g:ale_linters = {'javascript.jsx': ['eslint'], 'javascript': ['eslint'], 'python': ['flake8']}
let g:ale_open_list = 0
let g:ale_set_highlights = 0
let g:ale_set_loclist = 1
let g:ale_set_quickfix = 0
let g:ale_set_signs = 1
let g:ale_sign_column_always = 0
let g:ale_sign_error = 'E'
let g:ale_sign_offset = 1000000
let g:ale_sign_warning = 'W'
let g:ale_statusline_format = ['E%d', 'W%d', '']
let g:ale_warn_about_trailing_whitespace = 1
  Command History:

(finished - exit code 0) ['/bin/zsh', '-c', '''/Users/apple/Projects/client/node_modules/eslint/bin/eslint.js'' -f unix --stdin --stdin-filename ''/Users/apple/Projects/client/app/components/Loading/index.js'' < ''/var/folders/n7/55yc8h9x4515hgsqm00dy2q80000gn/T/vc1Jzgh/7/index.js''']

<<<NO OUTPUT RETURNED>>>

:messages
Messages maintainer: Bram Moolenaar <Bram@vim.org>
"~/Projects/client/app/components/Loading/index.js" 21L, 455C
Error detected while processing function <SNR>140_VimCloseCallback[11]..<SNR>140_VimExitCallback[14]..<SNR>72_HandleExit[42]..<SNR>72_HandleLoclist[19]..ale
#engine#SetResults[6]..ale#sign#SetSigns[39]..<SNR>73_PlaceNewSigns:
line   21:
E885: Not possible to change sign ALEErrorSign
Error detected while processing function <SNR>140_VimCloseCallback:
line   11:
E171: Missing :endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions