Created
November 14, 2014 04:23
-
-
Save andrewdeandrade/4dff6114d9e3f2ef1540 to your computer and use it in GitHub Desktop.
syntastic log at log level 63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntastic: 763.666280: &shell = '/bin/bash', &shellcmdflag = '-c', &shellpipe = '2>&1| tee', &shellquote = '', &shellredir = '>%s 2>&1', &shellslash = 0, &shelltemp = 1, &shellxquote = '', &shellxescape = '' | |
syntastic: 763.666593: g:syntastic_aggregate_errors = 0 | |
syntastic: 763.666593: g:syntastic_always_populate_loc_list = 0 | |
syntastic: 763.666593: g:syntastic_auto_jump = 0 | |
syntastic: 763.666593: g:syntastic_auto_loc_list = 2 | |
syntastic: 763.666593: g:syntastic_bash_hack = 0 | |
syntastic: 763.666593: g:syntastic_check_on_open = 1 | |
syntastic: 763.666593: g:syntastic_check_on_wq = 1 | |
syntastic: 763.666593: g:syntastic_cursor_columns = 1, b:syntastic_cursor_columns = 1 | |
syntastic: 763.666593: g:syntastic_debug = 63 | |
syntastic: 763.666593: g:syntastic_echo_current_error = 1 | |
syntastic: 763.666593: g:syntastic_enable_balloons = 0 | |
syntastic: 763.666593: g:syntastic_enable_highlighting = 1 | |
syntastic: 763.666593: g:syntastic_enable_signs = 1 | |
syntastic: 763.666593: g:syntastic_error_symbol = '>>' | |
syntastic: 763.666593: g:syntastic_exit_checks = 1 | |
syntastic: 763.666593: g:syntastic_filetype_map = {} | |
syntastic: 763.666593: g:syntastic_full_redraws = 1 | |
syntastic: 763.666593: g:syntastic_id_checkers = 1 | |
syntastic: 763.666593: g:syntastic_ignore_extensions = '\c\v^([gx]?z|lzma|bz2)$' | |
syntastic: 763.666593: g:syntastic_ignore_files = [] | |
syntastic: 763.666593: g:syntastic_loc_list_height = 10 | |
syntastic: 763.666593: g:syntastic_quiet_messages = {} | |
syntastic: 763.666593: g:syntastic_reuse_loc_lists = 0 | |
syntastic: 763.666593: g:syntastic_sort_aggregated_errors = 1 | |
syntastic: 763.666593: g:syntastic_stl_format = '[Syntax: line:%F (%t)]' | |
syntastic: 763.666593: g:syntastic_style_error_symbol = 'S>' | |
syntastic: 763.666593: g:syntastic_style_warning_symbol = 'S>' | |
syntastic: 763.666593: g:syntastic_warning_symbol = '>>' | |
syntastic: 763.668196: UpdateErrors: eslint | |
syntastic: 763.668540: CacheErrors: eslint | |
syntastic: 763.668680: notifiers: reset | |
syntastic: 763.668895: highlighting: reset | |
syntastic: 763.669059: cursor: reset | |
syntastic: 763.669588: g:syntastic_aggregate_errors = 0 | |
syntastic: 763.669760: getcwd() = /Users/andrewdeandrade/code/lint-trap | |
syntastic: 763.896637: javascript/eslint: eslint version = [0, 9, 2] | |
syntastic: 763.896990: CacheErrors: Invoking checker: javascript/eslint | |
syntastic: 763.897696: SyntasticMake: called with options: {'postprocess': ['guards'], 'errorformat': '%E%f: line %l\, col %c\, Error - %m,%W%f: line %l\, col %c\, Warning - %m', 'makeprg': 'eslint -f compact lint-stream.js'} | |
syntastic: 764.176532: checker output: ['lint-stream.js: line 1, col 0, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 1, col 0, Error - Use the function form of "use strict". (global-strict)', 'lint-stream.js: line 2, col 12, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 2, col 20, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 3, col 17, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 3, col 25, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 4, col 11, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 4, col 19, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 5, col 9, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 5, col 17, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 6, col 12, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 6, col 20, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 7, col 16, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 7, col 24, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 8, col 15, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 8, col 23, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 9, col 20, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 9, col 28, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 10, col 21, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 10, col 29, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 11, col 26, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 11, col 34, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 12, col 24, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 12, col 32, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 13, col 14, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 13, col 22, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 14, col 26, Error - ''require'' is not defined. (no-undef)', 'lint-stream.js: line 14, col 34, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 16, col 4, Error - foo is defined but never used (no-unused-vars)', 'lint-stream.js: line 20, col 8, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 21, col 21, Error - ''__dirname'' is not defined. (no-undef)', 'lint-stream.js: line 21, col 32, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 21, col 38, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 21, col 51, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 22, col 18, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 22, col 30, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 22, col 43, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 23, col 21, Error - ''__dirname'' is not defined. (no-undef)', 'lint-stream.js: line 23, col 32, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 23, col 52, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 27, col 27, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 27, col 38, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 27, col 50, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 38, col 29, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 43, col 22, Error - ''__dirname'' is not defined. (no-undef)', 'lint-stream.js: line 73, col 30, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 79, col 34, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 90, col 33, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 96, col 39, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 99, col 20, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 101, col 34, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 102, col 27, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 118, col 26, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 118, col 34, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 118, col 44, Error - Strings must use doublequote. (quotes)', 'lint-stream.js: line 138, col 0, Error - ''module'' is not defined. (no-undef)', '', '56 problems', ''] | |
syntastic: 771.634224: autocmd: BufReadPost, buffer 4 = '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment