vim-syntastic and files without extentions

59 Views Asked by At

I have to use buck for a project, and syntastic is returning lots of errors in buck's TARGETS files. Is there a way/documentation to declare that TARGETS file should not be checked ?

I could set the default behavior to passive, but I would like to avoid that if possible

1

There are 1 best solutions below

0
Vinz On BEST ANSWER

Autoclosing my question as it was off-topic: the right way to do is to properly configure buck's TARGETS filetype (see override python filetype detection in vim) and then to use syntastic configuration to set them to passive.