Matijs van Zuijlen
Matijs van Zuijlen
Reek currently won't examine your Rakefile or executables (bin/whatever) because they don't have the `.rb` extension. We should do something smart here.
From #749: > > It's probably best to move the smell detector implementations to some common form and then go from there. We 'just' have to decide on the common...
We have NilCheck, but we should detect more type checking, e.g.: ``` ruby if foo.respond_to? :bar foo.bar end ``` ``` ruby case foo when Bar foo.bar else puts 'no bar!'...
I noticed that `reek --help` takes quite a bit of time to start outputting stuff, even more so on Ruby 2.0.0. It would be nice if that were snappier.
Extracted from #1026.
In Firefox, a single space typed at the beginning of existing text is not displayed. Typing a second space will make two spaces appear. I can reproduce this in my...
For some reason, this gem changed names and is now called flickr.
Rails 6.1.6.1 fixes a security issue.
Search does not filter out password-protected articles, nor does it check for the presence of a password before rendering.
Version 1.13.2 of nokogiri fixes a security issue.