Matijs van Zuijlen

Results 167 issues of 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.

feature
discussion
maybe-some-day

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...

internal
maybe-some-day

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!'...

feature
smell
maybe-some-day

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.

feature
maybe-some-day

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.

bug

Version 1.13.2 of nokogiri fixes a security issue.