coala-vim
coala-vim copied to clipboard
Pass parameters
I would love to pass parameters to coala
.
Right now I have the following settings:
autocmd FileType python map <F8> <ESC>:!coala --no-config --apply-patches
\--bears=CPDBear,PEP8Bear,PyImportSortBear,PyUnusedCodeBear,RadonBear
\--files=%
I hope at least I can have --no-config
to keep my code base clean.
I do not want to edit .gitignore
.
Also, can there be file type dependent settings?