syntastic icon indicating copy to clipboard operation
syntastic copied to clipboard

Syntax checking hacks for vim

Results 51 syntastic issues
Sort by recently updated
recently updated
newest added

JSCS was merged with ESLint. Look here: http://jscs.info/

gopls is a new Language Server Protocol implementation for Go. With recent releases, it can also be used as a standalone linter. This new checker uses gopls to check Go...

This is kind of tricky, and I don't know the best way to handle it. To reproduce what I'm talking about: let g:syntastic_check_on_open=1 let g:syntastic_auto_loc_list=1 1) open file that has...

known bugs

I noticed if I left a closing brace off at the end of a standard Puppet manifest .pp file, Syntastic would fail to report the error generated by the `puppet...

It would be nice to have a checker for **PowerShell**. **Ingredients:** - https://github.com/PowerShell/PSScriptAnalyzer **Presumable requirements:** - Obviously, Windows because _PSScriptAnalyzer_ is available only as a PowerShell module. - https://github.com/Microsoft/WSL :...

syntax checkers

With Facebook recently releasing [Pyre](https://pyre-check.org/), it would be good to have Pyre support for type checking within Syntastic.

syntax checkers

[erb-lint](https://github.com/Shopify/erb-lint) is a linter for erb-Templates that also can check the embedded code with rubocop. Is there a chance that erb-lint could be added to the syntax checkers for the...

syntax checkers

Is it possible to add `credo` checker to the Elixir lang same as `flake8` for Python?

syntax checkers

Implemented a very simple checker for the [Zig language]. Implementation currently invokes "Zig Build" and thus depends on using a Zig buildfile. Does not yet support GetHighlightRegex.