Sha256: c4311748a38a66299d4bccd5ab77d954861a6d1b943c8cc489bc65e57bc4c4f8

Contents?: true

Size: 1.98 KB

Versions: 1

Compression:

Stored size: 1.98 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-03-01 12:54:50 UTC using RuboCop version 1.25.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
  Exclude:
    - 'igp.gemspec'

# Offense count: 1
Lint/RescueException:
  Exclude:
    - 'bin/igp'

# Offense count: 1
# Configuration parameters: ForbiddenDelimiters.
# ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
Naming/HeredocDelimiterNaming:
  Exclude:
    - 'lib/igp/shell.rb'

# Offense count: 2
Security/Eval:
  Exclude:
    - 'spec/spec_helper.rb'

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
  Exclude:
    - 'lib/igp/base.rb'
    - 'lib/igp/shell.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/Encoding:
  Exclude:
    - 'igp.gemspec'

# Offense count: 2
# Cop supports --auto-correct.
Style/EvalWithLocation:
  Exclude:
    - 'spec/spec_helper.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/ExpandPathArguments:
  Exclude:
    - 'igp.gemspec'

# Offense count: 13
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
  Exclude:
    - 'Gemfile'
    - 'Guardfile'
    - 'Rakefile'
    - 'bin/igp'
    - 'igp.gemspec'
    - 'lib/igp.rb'
    - 'lib/igp/base.rb'
    - 'lib/igp/shell.rb'
    - 'lib/igp/version.rb'
    - 'spec/base_spec.rb'
    - 'spec/format_spec.rb'
    - 'spec/shell_spec.rb'
    - 'spec/spec_helper.rb'

# Offense count: 4
# Cop supports --auto-correct.
Style/StderrPuts:
  Exclude:
    - 'bin/igp'
    - 'lib/igp/base.rb'
    - 'lib/igp/shell.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
igp-1.0.0 .rubocop_todo.yml