Sha256: 7c0fbc884a29f33fae14655a173c0a85c0c95c8b7eff6abb02f7c80be1c4601e

Contents?: true

Size: 867 Bytes

Versions: 1

Compression:

Stored size: 867 Bytes

Contents

AllCops:
  Exclude:
    - 'spec/dummy/**/*'
    - 'Rakefile'

Lint/HandleExceptions:
  Exclude:
    - 'spec/**/*'

Lint/RescueException:
  Exclude:
    - 'spec/**/*'

Style/AccessorMethodName:
  Exclude:
    - 'spec/**/*'

Style/AsciiComments:
  Enabled: false

Style/ClassAndModuleChildren:
  Exclude:
    - 'spec/**/*'

Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'db/**/*'

Style/EmptyLinesAroundBody:
  Enabled: false

Style/EmptyLineBetweenDefs:
  Exclude:
    - 'spec/**/*'

Style/MethodLength:
  Exclude:
    - 'db/**/*'

Style/RaiseArgs:
  EnforcedStyle: compact

Style/SingleLineMethods:
  Exclude:
    - 'spec/**/*'

Style/SpecialGlobalVars:
  Exclude:
    - 'Gemfile'
    - '*.gemspec'

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/SingleSpaceBeforeFirstArg:
  Enabled: false

Style/TrivialAccessors:
  Exclude:
    - 'spec/**/*'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
okei-0.0.2 .rubocop.yml