Timo Rößner
Timo Rößner
Fully agree, RC should always behave well or at least warn the user.
> > I'm trying to determine how useful it would be to add a log scaling option, though not as a default. I believe this might be very useful indeed,...
> > If the maintainer feels this is in line with the project, I would be interested in whipping up a pull request to address this. [We](https://github.com/whitesmith/rubycritic#contributors--core-team) are interested!
We're suffering from the same bug - any updates on this one?
I am kind of hesitant to merge something that is specific to Rails but since it's seemingly used a lot...idk. Wdyt @mvz ?
Excellent idea @mvz!
I like the idea. I'm not sure though, how you would codify "abstruse" 😆 Maybe counting the conditionals? Everything bigger than 2 reeks?
Just so we are triple clear on this, with 5.3.2 the output is exactly the same, right?
Currently this is not possible. Unfortunately the file extension is hard-coded right now as you can see [here](https://github.com/troessner/reek/blob/master/lib/reek/source/source_locator.rb#L88): ```Ruby def ruby_file?(path) path.extname == '.rb' end ``` I would be up...
Good point. At least its closely related, yeah.