Sha256: 250f386c92a1dcda0fd3a230aaaeb34f1343126835904b060a7884ef20f5069f

Contents?: true

Size: 1.64 KB

Versions: 12

Compression:

Stored size: 1.64 KB

Contents

require:
  - rubocop-performance
  - rubocop-rake
  - rubocop-rspec
AllCops:
  NewCops: enable
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 3.3.5
Gemspec/DevelopmentDependencies:
  EnforcedStyle: gemspec
Gemspec/RequiredRubyVersion:
  Enabled: false
Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true
Layout/EmptyLinesAroundBlockBody:
  Exclude:
    - 'spec/**/**/*'
Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines_except_namespace
Layout/EmptyLinesAroundModuleBody:
  EnforcedStyle: empty_lines_except_namespace
Layout/LineLength:
  Enabled: false
Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Exclude:
    - 'spec/**/**/*'
    - '*.gemspec'
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Naming/MemoizedInstanceVariableName:
  Enabled: false
RSpec/AnyInstance:
  Enabled: false
RSpec/DescribedClass:
  Enabled: false
RSpec/ExampleLength:
  Enabled: false
RSpec/MessageSpies:
  Enabled: false
RSpec/MultipleExpectations:
  Enabled: false
RSpec/MultipleMemoizedHelpers:
  Enabled: false
RSpec/NestedGroups:
  Enabled: false
RSpec/StringAsInstanceDoubleConstant:
  Enabled: false
RSpec/VerifiedDoubleReference:
  EnforcedStyle: string
Style/ArgumentsForwarding:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/DocumentDynamicEvalDefinition:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false
Style/OpenStructUse:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
lite-command-3.3.2 .rubocop.yml
lite-command-3.3.1 .rubocop.yml
lite-command-3.3.0 .rubocop.yml
lite-command-3.2.1 .rubocop.yml
lite-command-3.2.0 .rubocop.yml
lite-command-3.1.5 .rubocop.yml
lite-command-3.1.4 .rubocop.yml
lite-command-3.1.3 .rubocop.yml
lite-command-3.1.2 .rubocop.yml
lite-command-3.1.1 .rubocop.yml
lite-command-3.1.0 .rubocop.yml
lite-command-3.0.0 .rubocop.yml