-
The depth of 2 can be a little restrictive, especially with Rails restful responses
```
def new
@obj = Class.new
respond_to do |format|
format.html # new.html.erb
format.xml { render :xm…
-
Would be nice to be able to disable smells for specific bits of code instead of using the config file. for example...
```
def my_method #:nosmell[utility_function]
...
end
```
[Raised by S. Brent …
-
I'm currently trying out reek as part of metric_fu. metric_fu runs reek on all the files in my Rails project in one go, e.g. "reek app/models/a.rb app/models/b.rb ...". This results in a huge ruby pro…
-
Migrated from [rt.perl.org#37231](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=37231) (status was 'resolved')
Searchable as RT37231$
p5pRT updated
18 years ago