Vim Syntastic enabling by folder

Viewed 89

I have a proyect with Laravel and I'm using VIM as editor. I have the syntastic plugin using PSR-2.

According to PSR-2, each class must by namespaced, but Laravel migrations aren't. So I want to find a way to enable Syntastic only for files inside the app folder.

1 Answers
Related