syntastic
syntastic copied to clipboard
Syntax checking hacks for vim
Notice that the squiggles start 7 characters later on the line that starts with a tab character:  Syntastic seemingly interprets GCC's display columns value as byte columns. GCC has...
Notice that only the "i" is underlined, not "iint":  GCC provides `-fdiagnostics-parseable-fixits` which shows the start and end lines and columns: ``` -fdiagnostics-parseable-fixits Emit fix-it hints in a machine-parseable...
Hello, yesterday I was pentesting a website and I was happy to see some XXE popping out in my Burp. Then I realized that the requests weren't coming from the...
The flag has been removed in https://github.com/ruby/ruby/commit/0dbf6e46fb88a1c8c48ce5f67ac881a77de76526 and that was released in Ruby 3.0.0. --- ``` syntastic: 0.038401: g:syntastic_version = '3.10.0-32 (Vim 802, Darwin, GUI)' syntastic: 0.038480: &shell = '/opt/homebrew/bin/bash',...
For the time being, pylint error code (msg_id) are not display in the statusline and the location window. For instance, ``` 1 test.y|89 col 13 warning| [consider-using-f-string] Formatting a regular...
The title says it all. There is no toml linter available in syntastic
Configuration for _cppcheck_ from a config file configured via `g:syntastic_cppcheck_config_file` was overwritten by content of `g:syntastic_cpp_cppcheck_args`. But for other checkers the options from the configured config file are appended to...
I use vim in terminal. After 0bef7ef3f6 commit, I cannot move cursor to the error position from location list with enter key. Vim reports the error "E92: Buffer not found".
- add cpplint.vim in syntax_checkers/c/ => redirect to cpp/cpplint.vim - modify syntax_checkers/cpp/cpplint.vim to use config from C checker - add Cpplint for C in doc/syntastic-checkers.txt
tpope has a new vim plugin out for async jobs. Watch the introductory video. http://vimeo.com/63116209 https://github.com/tpope/vim-dispatch#readme