crowdAI/crowdai

View on GitHub
app/controllers/challenges_controller.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Method challenge_params has 115 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def challenge_params
    params
      .require(:challenge)
      .permit(
        :id,
Severity: Major
Found in app/controllers/challenges_controller.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status