Bump devise, rails and selenium-webdriver #464
Annotations
10 errors
|
rubocop:
app/controllers/projects_controller.rb#L58
Rails/StrongParametersExpect: Use `expect(project: [:category_id, :name, :visible, :internal])` instead.
|
|
rubocop:
app/controllers/move_tasks_controller.rb#L24
Rails/StrongParametersExpect: Use `expect(task: [:project_id])` instead.
|
|
rubocop:
app/controllers/move_issues_controller.rb#L24
Rails/StrongParametersExpect: Use `expect(issue: [:project_id])` instead.
|
|
rubocop:
app/controllers/issues_controller.rb#L81
Rails/StrongParametersExpect: Use `expect(issue: [:summary, :description, :issue_type_id])` instead.
|
|
rubocop:
app/controllers/issue_types_controller.rb#L45
Rails/StrongParametersExpect: Use `expect(issue_type: [:name, :icon, :color])` instead.
|
|
rubocop:
app/controllers/issue_connections_controller.rb#L47
Rails/StrongParametersExpect: Use `expect(issue_connection: [:target_id])` instead.
|
|
rubocop:
app/controllers/issue_comments_controller.rb#L59
Rails/StrongParametersExpect: Use `expect(issue_comment: [:body])` instead.
|
|
rubocop:
app/controllers/employee_types_controller.rb#L51
Rails/StrongParametersExpect: Use `expect(user: [:employee_type])` instead.
|
|
rubocop:
app/controllers/categories_controller.rb#L60
Rails/StrongParametersExpect: Use `expect(category: [:name, :visible, :internal])` instead.
|
|
rubocop:
app/controllers/assignments_controller.rb#L33
Rails/StrongParametersExpect: Use `expect(task: [assignee_ids: []])` instead.
|