coala-vim icon indicating copy to clipboard operation
coala-vim copied to clipboard

Pass parameters

Open perplexedfingers opened this issue 8 years ago • 0 comments

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?

perplexedfingers avatar Oct 08 '16 08:10 perplexedfingers