PikachuEXE/contracted_value

View on GitHub

Showing 4 of 4 total issues

module definition in method body (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

module ContractedValue
Severity: Minor
Found in lib/contracted_value/core.rb by rubocop

This is not actually a cop. It does not inspect anything. It just provides methods to repack Parser's diagnostics/errors into RuboCop's offenses.

unexpected token tDOT3 (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

    def self.new(...)
Severity: Minor
Found in lib/contracted_value/core.rb by rubocop

This is not actually a cop. It does not inspect anything. It just provides methods to repack Parser's diagnostics/errors into RuboCop's offenses.

class definition in method body (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

  class Attribute
Severity: Minor
Found in lib/contracted_value/core.rb by rubocop

This is not actually a cop. It does not inspect anything. It just provides methods to repack Parser's diagnostics/errors into RuboCop's offenses.

class definition in method body (Using Ruby 2.4 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

  class Value
Severity: Minor
Found in lib/contracted_value/core.rb by rubocop

This is not actually a cop. It does not inspect anything. It just provides methods to repack Parser's diagnostics/errors into RuboCop's offenses.

Severity
Category
Status
Source
Language