Francois
Francois
Taking a look now
Here is some more information that I found for Minitest version 4.7.3. The below console results show how we can determine that the `after_tests` method exists. ``` irb(main):031:0> Minitest::Unit.respond_to?(:after_tests) =>...
After more investigation it turns out that a simple monkey patch is not enough to get `next_rails` to work with `minitest 4.7` I believe we need to investigate how to...
Same here, I just found this today. And it is definitely something I would like to contribute to. Will start using it from today, and then also dig into the...
Hey @mvz this dependency was added: https://github.com/troessner/reek/pull/1703/files But it does not seem like it is included in the 6.1.4 release: https://github.com/troessner/reek/blob/v6.1.4/reek.gemspec We should probably release a new minor version with...
Making this a WIP PR, waiting on https://github.com/troessner/reek/pull/1749
Hey, I just want to add that I can work on this if this is something the maintainers would like to add to the project.
Hey, I'll claim this one
1. One solution would be to provide an option that sets the sorting order of the skunk report 2. Another option would be to provide an option that sets the...
I have seen a similar thing. I have never tried to determine the steps to replicate this issue. Does anyone have the steps to replicate it?