Pass parameters
Open
type/feature
- Dominant language
- Vim Script
- Stars
- 29
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
I would love to pass parameters to `coala`.
Right now I have the following settings:
``` vim
autocmd FileType python map :!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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.