inline exception configuration
Reported by S. Brent Faulkner | February 18th, 2009 @ 06:28 PM
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
Comments and changes to this ticket
-
S. Brent Faulkner February 18th, 2009 @ 06:29 PM
better formatting for example...
def my_method #:nosmell[utility_function] ... end
-
Kevin Rutherford February 26th, 2009 @ 10:20 PM
Agree this would be nicer.
Right now, reek doesn't see the source code -- and therefore it can't see comments either. The config file was the simplest alternative I could deliver without a serious rewrite.
To help me decide what to do next, could you give an example of a method that is incorrectly (or unreasonably) flagged as a UtilityFunction?
-
Kevin Rutherford February 26th, 2009 @ 10:20 PM
- Assigned user set to Kevin Rutherford
-
Kevin Rutherford April 23rd, 2009 @ 04:01 PM
- State changed from new to resolved
This ticket has been moved to http://github.com/kevinrutherfor.../17
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Defects and feature requests for <a href="http://wiki.github.com/kevinrutherford/reek">Reek</a>, the Ruby code smell detector