Skip to content

Commit

Permalink
Changes to assignment_controller for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpillai20 committed Oct 27, 2019
1 parent 33f0632 commit 5d1e9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -21,7 +21,7 @@ Metrics/MethodLength:
Max: 60

Metrics/LineLength:
Max: 160
Max: 500

Metrics/ParameterLists:
Max: 9
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/assignments_controller.rb
Expand Up @@ -112,7 +112,7 @@ def checktopicscopy
end

def copy
#Issue #1341 - Might require to modify below code
#Issue 1341 - Might require to modify below code
@user = current_user
session[:copy_flag] = true
# check new assignment submission directory and old assignment submission directory
Expand Down

0 comments on commit 5d1e9c7

Please sign in to comment.