Skip to content

rissole/syntastic-arclint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

syntastic-arclint

This is a syntax checker for Syntastic that highlights arc lint errors inside vim itself.

Installation

  1. This plugin requires Syntastic, so install that first.
  2. Clone this repository somewhere with git clone https://github.com/rissole/syntastic-arclint.
  3. Copy arc.vim into syntastic/syntax_checkers/php which will be somewhere in your .vim folder or something like that.
  4. Modify defaultCheckers dict in registry.vim as follows:
\ 'php':         ['php', 'phpcs', 'phpmd', 'arc'],

to make this linter enabled by default.

About

Syntastic syntax checker using arc lint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published