ChaelCodes/HuntersKeepers

View on GitHub

Showing 57 of 106 total issues

Line is too long. [105/80]
Open

          redirect_to hunter_hunters_improvement_url(hunter_id: @hunter.id, id: @hunters_improvement.id),

Line is too long. [87/80]
Open

  # This script is a way to setup or update your development environment automatically.
Severity: Minor
Found in bin/setup by rubocop

Line is too long. [104/80]
Open

json.extract! rating, :id, :playbook_id, :charm, :cool, :sharp, :tough, :weird, :created_at, :updated_at

Line is too long. [99/80]
Open

json.partial! 'hunters_improvements/hunters_improvement', hunters_improvement: @hunters_improvement

Line is too long. [82/80]
Open

        format.json { render json: @rating.errors, status: :unprocessable_entity }

Line is too long. [82/80]
Open

  # @see HuntersController#hunter_params See hunter_params for accepted parameters

Line is too long. [83/80]
Open

        format.html { redirect_to @gear, notice: 'Gear was successfully created.' }
Severity: Minor
Found in app/controllers/gears_controller.rb by rubocop

Line is too long. [95/80]
Open

        format.json { render json: @hunters_improvement.errors, status: :unprocessable_entity }

Line is too long. [87/80]
Open

        format.html { redirect_to @rating, notice: 'Rating was successfully created.' }

Line is too long. [83/80]
Open

        format.html { redirect_to @gear, notice: 'Gear was successfully updated.' }
Severity: Minor
Found in app/controllers/gears_controller.rb by rubocop

Line is too long. [101/80]
Open

      format.html { redirect_to improvements_url, notice: 'Improvement was successfully destroyed.' }

Line is too long. [84/80]
Open

        format.json { render json: @playbook.errors, status: :unprocessable_entity }

Line is too long. [82/80]
Open

        format.json { render json: @hunter.errors, status: :unprocessable_entity }

Line is too long. [87/80]
Open

        format.html { redirect_to @rating, notice: 'Rating was successfully updated.' }

Line is too long. [82/80]
Open

  # @see HuntersController#hunter_params See hunter_params for accepted parameters

Line is too long. [100/80]
Open

        format.html { redirect_to hunter_path(@hunter), notice: 'Hunter was successfully updated.' }

Line is too long. [82/80]
Open

  # @param experience [Integer] The amount of experience the hunter has not spent.

Line is too long. [114/80]
Open

        format.html { redirect_to improvement_url(@improvement), notice: 'Improvement was successfully created.' }

Line is too long. [90/80]
Open

  validates :harm, numericality: { less_than_or_equal_to: 7, greater_than_or_equal_to: 0 }
Severity: Minor
Found in app/models/hunter.rb by rubocop

Line is too long. [98/80]
Open

  # Access an interactive console on exception pages or by calling 'console' anywhere in the code.
Severity: Minor
Found in Gemfile by rubocop
Severity
Category
Status
Source
Language