Sha256: 60ecbc08387559ac30c578c5fda662806b46ce020d1ae00e30d11a3a2392a77b

Contents?: true

Size: 1.3 KB

Versions: 3

Compression:

Stored size: 1.3 KB

Contents

inherit_from:
    - ./.rubocop_todo.yml

AllCops:
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
    - '**/config.ru'
  Exclude:
    - 'bin/**/*'
    - 'db/**/*'
    - 'config/**/*'
    - !ruby/regexp /old_and_unused\.rb$/
    - 'vendor/**/*'
    - 'spec/test_app/**/*'
  DisplayCopNames: true

Lint/UnderscorePrefixedVariableName:
  Enabled: false

Metrics/AbcSize:
  Max: 30

Metrics/ClassLength:
  Max: 110

Metrics/CyclomaticComplexity:
  Max: 6

Metrics/MethodLength:
  Max: 20

Metrics/ParameterLists:
  Max: 3
  CountKeywordArgs: false

Metrics/PerceivedComplexity:
  Max: 6

Style/AlignHash:
  Enabled: false

Style/AlignParameters:
  Enabled: false

Style/AndOr:
  EnforcedStyle: always

Style/AsciiComments:
  Enabled: false

Style/BracesAroundHashParameters:
  EnforcedStyle: no_braces

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/DotPosition:
  EnforcedStyle: leading

Style/GuardClause:
  Enabled: false

Style/HashSyntax:
  EnforcedStyle: ruby19

Style/IfUnlessModifier:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/MultilineOperationIndentation:
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: space

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
browsing_history-0.0.4 .rubocop.yml
browsing_history-0.0.3 .rubocop.yml
browsing_history-0.0.2 .rubocop.yml