Sha256: a58d1c05055bd13ba63303300fa2850cd81ceb9f6601c26ba32bb9b607643276

Contents?: true

Size: 1.53 KB

Versions: 11

Compression:

Stored size: 1.53 KB

Contents

require:
  - rubocop-performance
  - rubocop-rake
  - rubocop-rspec
AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable
  DisplayCopNames: true
  DisplayStyleGuide: true
Gemspec/RequiredRubyVersion:
  Enabled: false
Layout/EmptyLinesAroundBlockBody:
  Exclude:
    - 'spec/**/**/*'
Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true
Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines_except_namespace
Layout/EmptyLinesAroundModuleBody:
  EnforcedStyle: empty_lines_except_namespace
Layout/LineLength:
  Max: 100
Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Lint/DeprecatedOpenSSLConstant:
  Enabled: true
Lint/MixedRegexpCaptureTypes:
  Enabled: true
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Metrics/BlockLength:
  Exclude:
    - 'spec/**/**/*'
    - '*.gemspec'
Metrics/ClassLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
RSpec/DescribeClass:
  Exclude:
    - 'spec/lite/ruby/boolean_spec.rb'
RSpec/ExampleLength:
  Enabled: false
RSpec/MultipleExpectations:
  Enabled: false
Style/ArgumentsForwarding:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false
Style/ExponentialNotation:
  Enabled: true
Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: false
Style/HashTransformValues:
  Enabled: false
Style/PerlBackrefs:
  Enabled: false
Style/RedundantRegexpCharacterClass:
  Enabled: true
Style/RedundantRegexpEscape:
  Enabled: true
Style/RedundantFetchBlock:
  Enabled: true
Style/SlicingWithRange:
  Enabled: false

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
lite-ruby-1.2.0 .rubocop.yml
lite-ruby-1.1.15 .rubocop.yml
lite-ruby-1.1.14 .rubocop.yml
lite-ruby-1.1.13 .rubocop.yml
lite-ruby-1.1.12 .rubocop.yml
lite-ruby-1.1.11 .rubocop.yml
lite-ruby-1.1.10 .rubocop.yml
lite-ruby-1.1.9 .rubocop.yml
lite-ruby-1.1.8 .rubocop.yml
lite-ruby-1.1.7 .rubocop.yml
lite-ruby-1.1.6 .rubocop.yml