Search code examples
vimbuckvim-syntastic

vim-syntastic and files without extentions


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


Solution

  • 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.