Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Incorrect detection of max_code_lines_in_method #112

Open
tindron opened this issue Aug 15, 2012 · 0 comments
Open

Incorrect detection of max_code_lines_in_method #112

tindron opened this issue Aug 15, 2012 · 0 comments
Labels

Comments

@tindron
Copy link

tindron commented Aug 15, 2012

A method including:

  next if (@profiles[uuid].to_s.start_with? "SM" || @profiles[uuid] ==
    :SystemLogger)

does not detect the end of the method and includes the line count of the next method.

When the line is changed to:

  next if (@profiles[uuid].to_s.start_with? "SM" || @profiles[uuid] == :SystemLogger)

the error goes away.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant