dense-analysis / dense-analysis/ale
Make reek options configurable
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
We use `reek -c .todo.reek`. There's no way to specify that `-c` option with Ale. Looking at the options in https://github.com/w0rp/ale/blob/master/doc/ale-ruby.txt, it's confirmed that there's no way to do that.
The following doesn't work.
```vimscript
let b:ale_linters = {
\ 'ruby': ['reek -c .todo.reek'],
\}
```
Contributor guide
Assessment
This issue has not been assessed yet.