Roodi Results

Roodi parses your Ruby code and warns you about design issues you have based on the checks that is has configured.

File Path Warning
app/models/missions_user.rb:1 Class name "Missions_user" should match pattern /^[A-Z][a-zA-Z0-9]*$/
app/models/projects_user.rb:1 Class name "Projects_user" should match pattern /^[A-Z][a-zA-Z0-9]*$/
app/controllers/notes_controller.rb:7 Method "getNotesList" has 24 lines. It should have 20 or less.
app/controllers/missions_controller.rb:13 Method "getlist" has 27 lines. It should have 20 or less.
app/controllers/missions_controller.rb:48 Method "detail" has 24 lines. It should have 20 or less.
app/controllers/missions_controller.rb:113 Method "update" has 23 lines. It should have 20 or less.
app/controllers/projects_controller.rb:103 Method "detail" has 23 lines. It should have 20 or less.
app/controllers/notes_controller.rb:7 Method name "getNotesList" should match pattern /^[_a-z<>=\[\]|+-\/\*`]+[_a-z0-9_<>=~@\[\]]*[=!\?]?$/
app/controllers/shares_controller.rb:31 Method name "getShareList" should match pattern /^[_a-z<>=\[\]|+-\/\*`]+[_a-z0-9_<>=~@\[\]]*[=!\?]?$/
app/controllers/users_controller.rb:11 Method name "emailExist" should match pattern /^[_a-z<>=\[\]|+-\/\*`]+[_a-z0-9_<>=~@\[\]]*[=!\?]?$/
app/controllers/users_controller.rb:19 Method name "usernameExist" should match pattern /^[_a-z<>=\[\]|+-\/\*`]+[_a-z0-9_<>=~@\[\]]*[=!\?]?$/
app/controllers/users_controller.rb:46 Method name "checkExist?" should match pattern /^[_a-z<>=\[\]|+-\/\*`]+[_a-z0-9_<>=~@\[\]]*[=!\?]?$/
app/controllers/missions_controller.rb:141 Method name "commentPublish" should match pattern /^[_a-z<>=\[\]|+-\/\*`]+[_a-z0-9_<>=~@\[\]]*[=!\?]?$/
app/controllers/projects_controller.rb:55 Method name "addUsers" should match pattern /^[_a-z<>=\[\]|+-\/\*`]+[_a-z0-9_<>=~@\[\]]*[=!\?]?$/
app/controllers/projects_controller.rb:78 Method name "deleteUsers" should match pattern /^[_a-z<>=\[\]|+-\/\*`]+[_a-z0-9_<>=~@\[\]]*[=!\?]?$/

Generated on 2017-01-03 10:45:18 +0800