<mbj>
dkubb: just released mutant-0.3.0.rc5 with the fixes from ligert and some cleanups.
<dkubb>
oh cool, I saw some of those commits
<mbj>
dkubb: My plan is to release 0.3 on that .rc5
<mbj>
dkubb: Than focus on 0.4 with configurable per subject test selector.
<mbj>
dkubb: Once this is done we can think about paralellising etc.
<mbj>
dkubb: I got lots of email feedback, all wishing parallelization ;) (most of them frensh for some reason).
<dkubb>
heh
<dkubb>
I wish reek's TooManyMethods warning only applied to public methods
<dkubb>
I often break up my private methods down into one-liners and give them good names, and I don't like being penalized for them
<mbj>
dkubb: We need to replace flay and reek and rubocop some day.
<mbj>
dkubb: I see lots of chances for rubocop not to be replaced.
<mbj>
but reek and flay are IMHO unfixable.
<dkubb>
rubocop is pretty good
<dkubb>
I disagree with a few things
<dkubb>
but the overall design is nice
<dkubb>
it seems like it could replace reek at some point. I wonder if they are actively working on that
snusnu has joined #rom-rb
<mbj>
snusnu: hi
mbj has quit [Read error: Connection reset by peer]
mbj has joined #rom-rb
vsorlov has quit [Ping timeout: 246 seconds]
mbj has quit [Ping timeout: 250 seconds]
snusnu1 has joined #rom-rb
snusnu has quit [Ping timeout: 250 seconds]
snusnu1 has quit [Quit: Leaving.]
mbj has joined #rom-rb
snusnu has joined #rom-rb
<mbj>
snusnu: hi
<mbj>
snusnu: You have any "wish" for configuring (most likely omitting) a specific mutation in mutant?
<mbj>
snusnu: I'm about to add global configuration flags, so far I have requests to omit return(expression) => expression (a last exp in a block) and self.foo => foo.
<mbj>
dkubb: mutant will be per default "as hardcore as possible". People can whitelist stuff they like.