Sha256: 977a2fb79240fa193f2c1ff0be24e49b6c8ad56bc406a4ded600f55c0c4ae20c

Contents?: true

Size: 815 Bytes

Versions: 7

Compression:

Stored size: 815 Bytes

Contents

AllCops:
  Exclude:
    - lib/lineinput.rb
    - lib/uuid.rb

inherit_from: .rubocop_todo.yml

Lint/BlockAlignment:
  Enabled: true

Lint/EndAlignment:
  Enabled: AlignWith

Performance/ReverseEach:
  Enabled: true

# Unnecessary spacing detected.
Style/ExtraSpacing:
  Enabled: true

# Use tr instead of gsub.
Performance/StringReplacement:
  Enabled: false

# Use alias_method instead of alias.
Style/Alias:
  Enabled: true

# Do not introduce global variables.
Style/GlobalVars:
  Enabled: true

# Use self-assignment shorthand +=.
Style/SelfAssignment:
  Enabled: true

# When defining the == operator, name its argument other.
Style/OpMethod:
  Enabled: true

# Use snake_case for variable names.
Style/VariableName:
  Enabled: true

# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 4500

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
review-peg-0.2.2 .rubocop.yml
review-peg-0.2.1 .rubocop.yml
review-peg-0.2.0 .rubocop.yml
review-peg-0.1.3 .rubocop.yml
review-peg-0.1.2 .rubocop.yml
review-peg-0.1.1 .rubocop.yml
review-peg-0.1.0 .rubocop.yml